diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-09 21:13:41 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | 92eefb71fb6bd9435fe8587adce416e05ec3a123 (patch) | |
tree | 07a0275dd6cfa7e704488506403e6eefcb68ce29 /events.txt | |
parent | f2cb77c38568b75ab0c0b6e3336c8e8bf810ae95 (diff) | |
download | andean-abyss-92eefb71fb6bd9435fe8587adce416e05ec3a123.tar.gz |
Debug menu.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -13,8 +13,6 @@ # event 30 - remove farc zone and remove farc base # event 43 - place terror and remove farc base # event 65 - (place or remove shipment) and (place or remove insurgent base) -# shaded 50 - remove/replace 2 police (TODO) -# event 54 - remove/replace 2 guerrillas (TODO) # # Replace pieces - may only remove when unable to place available piece (check stacking if piece is available) # 35, shaded 39, 40, shaded 50, 54, 57, shaded 57, 72 @@ -812,7 +810,6 @@ EVENT 50 SHADED 50 # Note: strictly remove or replace (see event 54) - # TODO: 5.1.3 - spaces with 2 police first! prompt "Remove any 2 Police or replace them with available AUC Guerrillas." piece_undo 1 is_police(p) set_piece_space @@ -902,7 +899,6 @@ EVENT 53 EVENT 54 # Note: strictly remove or replace (see shaded 50) - # TODO: 5.1.3 - spaces with 2 guerrillas first! prompt "Remove up to 2 Guerrillas or replace them with with another Faction's Guerrillas." piece_undo 1 is_any_guerrilla(p) set_piece_space |