diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-04 13:06:49 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | d328a1b8c724ff1cd655733a3e5856fc6edfa307 (patch) | |
tree | d5c040d1d93baf2c520839ca1dc851f672c4c657 | |
parent | 6c32ef91a9f4a76f3cf082a032a870d2f654274e (diff) | |
download | nevsky-d328a1b8c724ff1cd655733a3e5856fc6edfa307.tar.gz |
Fix reposition during storm.
-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}.`) |