summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-02-09 10:21:41 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:40 +0100
commit9738d3da9ae29be942ace9b6b808d67f482d6cf8 (patch)
tree6656e47adebc6dff69105465ec5f382cd9875a51
parent93767b217e251ad73c075a0d2ef040e12b24b101 (diff)
downloadnevsky-9738d3da9ae29be942ace9b6b808d67f482d6cf8.tar.gz
Set battle loser when conceding during Storm.
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index f965b42..5cc8ac4 100644
--- a/rules.js
+++ b/rules.js
@@ -7505,6 +7505,7 @@ states.concede_storm = {
concede() {
log(game.active + " Conceded.")
game.battle.conceded = game.active
+ game.battle.loser = game.active
end_battle()
},
battle() {