fix(14): winning logic for rock
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user