diff options
-rw-r--r-- | rules.js | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -634,10 +634,8 @@ function eliminate_block(who, reason) { disband(who) } else { game.location[who] = NOWHERE - if (reason === 'combat') { - game.victory = "Scotland won because king Edward II has died in battle!" - game.result = SCOTLAND - } + game.victory = "Scotland won because king Edward II has died in battle!" + game.result = SCOTLAND } } else { disband(who) |