diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-15 11:55:27 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-15 12:09:20 +0100 |
commit | b38f9a790f41a20da5959563a23527135e4b28ac (patch) | |
tree | 73c4ae54205233764c1e653152899119671f8388 /play.js | |
parent | 84ab6403892145231e8c9a173822de79e378e3f4 (diff) | |
download | andean-abyss-b38f9a790f41a20da5959563a23527135e4b28ac.tar.gz |
Change event 65 - Poppies.relax-513
DO (place shipment and base) or (remove shipment and base)
NOT (place or remove shipment) and (place or remove base)
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1424,6 +1424,7 @@ function on_update() { action_button("support", "Support") action_button("opposition", "Opposition") + action_button("place", "Place") action_button("remove", "Remove") action_button("roll", "Roll") action_button("skip", "Skip") |