diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-21 14:56:31 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | 83f3692730eebd648b0a301b5b451b24f293a162 (patch) | |
tree | cc5229636ae227e0a7d57b0467411b80b02a6e65 /rules.js | |
parent | 22aba0a6adffd4fe35847cb84f0c497a3e38710d (diff) | |
download | andean-abyss-83f3692730eebd648b0a301b5b451b24f293a162.tar.gz |
Revert "WIP up to - air lift at least one?"
This reverts commit 88272c01981a8c21845ff43c0765a53a812fce08.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4613,8 +4613,7 @@ states.air_lift_move = { view.prompt = `Air Lift: Move Troops from ${space_name[game.sa.from]} to ${space_name[game.sa.to]}.` view.where = game.sa.to gen_piece_in_space(game.sa.from, GOVT, TROOPS) - if (game.sa.count > 0) - view.actions.end_air_lift = 1 + view.actions.end_air_lift = 1 }, piece(p) { move_piece(p, game.sa.to) |