diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6737,7 +6737,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 + view.actions.end_reposition = 1 }, lord(lord) { log(`Swapped in L${lord}.`) |