diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6780,6 +6780,7 @@ states.reposition_storm = { for (let lord of game.battle.reserves) if (is_friendly_lord(lord) && lord !== game.who) gen_action_lord(lord) + view.action.end_reposition = 1 }, lord(lord) { log(`Swapped in L${lord}.`) @@ -6793,6 +6794,9 @@ states.reposition_storm = { } end_reposition_storm() }, + end_reposition() { + end_reposition_storm() + }, } // === BATTLE: TOTAL HITS === |