summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-04-21 14:56:31 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:16 +0200
commit83f3692730eebd648b0a301b5b451b24f293a162 (patch)
treecc5229636ae227e0a7d57b0467411b80b02a6e65 /rules.js
parent22aba0a6adffd4fe35847cb84f0c497a3e38710d (diff)
downloadandean-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.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index a6bc521..05be45d 100644
--- a/rules.js
+++ b/rules.js
@@ -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)