diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-15 23:36:34 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | daffd4786f9a7dc480172bed6e0a1a0d15dbf756 (patch) | |
tree | 09527e039a2bae7f81c64af14b22fdc463be99c9 /events.txt | |
parent | df9b72408410a7d93bf4d4a1cc4c061223bcae3c (diff) | |
download | andean-abyss-daffd4786f9a7dc480172bed6e0a1a0d15dbf756.tar.gz |
Clean up operation initialization etc.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -687,7 +687,7 @@ EVENT 46 prompt "Execute free Terror with any Guerrilla." space 1 has_piece(s, game.current, GUERRILLA) piece 1 is_piece_in_event_space(p) && is_piece(p, game.current, GUERRILLA) - free_terror + free_terror_with_piece terror terror_aid_cut endpiece @@ -719,7 +719,7 @@ SHADED 47 auto_place AUC GUERRILLA prompt "Execute free Terror in CĂșcuta." piece 1 is_piece_in_event_space(p) && is_auc_guerrilla(p) && is_underground(p) - free_terror + free_terror_with_piece terror_aid_cut endpiece endspace @@ -1038,7 +1038,7 @@ EVENT 63 endpiece prompt "Free Terror with remaining Cartels Guerrilla." piece 1 is_piece_in_event_space(p) && is_cartels_guerrilla(p) - free_terror + free_terror_with_piece endpiece endspace terror_aid_cut @@ -1163,7 +1163,7 @@ SHADED 70 space all is_forest(s) && has_piece(s, game.current, GUERRILLA) prompt "Free Terror with any 1 Guerrilla." piece 1 is_piece_in_event_space(p) && is_piece(p, game.current, GUERRILLA) - free_terror + free_terror_with_piece auto_resources (game.current) 3 endpiece endspace |