fix(14): winning logic for rock
This commit is contained in:
parent
18d91b742e
commit
0c8a9b91e0
|
@ -75,7 +75,7 @@ position: absolute;
|
|||
case object Rock extends Choice {
|
||||
def name: String = "rock"
|
||||
def iconPath: String = "public/images/icon-rock.svg"
|
||||
def isBeating: Set[Choice] = Set(Rock)
|
||||
def isBeating: Set[Choice] = Set(Scissors)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue