From c627af2462954bd4f000d9a4fc43fe63ed1a2358 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 Apr 2023 13:29:24 +0200 Subject: WIP Clean up Shipment Transfer timing. At end of each Operation Space. At end of each Special Activity (per space for Assassinate/Bribe). At end of each Event (never in the middle). Clean up Transfer mechanisms. Force current player to actively select Shipment before control swaps. Transfer all shipments of current player before swapping again. Captured Goods, Contraband, and Commandeer - steal shipments! Only Drug Bust / Captured Goods / Commandeer / Contraband if no option. If all guerrillas are dead in Drug Bust, or if no enemy guerrillas in the other cases. Auto-transfer to own faction if possible. Make Shipment removal optional. 4.5.3 Errata and new Shipment transfer code. --- events.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'events.txt') diff --git a/events.txt b/events.txt index d18e5c2..720486a 100644 --- a/events.txt +++ b/events.txt @@ -218,11 +218,13 @@ EVENT 19 prompt "Free Sweep or Assault in each space possible." space all can_sweep_activate(s) || can_assault_in_space(s) free_sweep_assault + # TODO transfer dropped shipments early endspace else prompt "Free Attack or Terror in each space possible." space all can_terror_in_space(s) || can_attack_in_space(s) free_attack_terror + # TODO transfer dropped shipments early endspace endif @@ -336,6 +338,7 @@ EVENT 26 prompt "All Cartels Guerrillas free Attack FARC." space all has_cartels_guerrilla(s) && has_farc_piece(s) free_attack_farc + # TODO transfer dropped shipments early endspace SHADED 26 @@ -510,6 +513,7 @@ EVENT 37 prompt "Free Sweep or Assault FARC within each space; AUC Guerrillas act as Troops." space all can_sweep_activate(s, FARC) || can_assault_in_space_faction(s, FARC) free_sweep_assault_farc + # TODO transfer dropped shipments early endspace SHADED 37 @@ -963,6 +967,7 @@ EVENT 59 prompt "Free Assault against Cartels in each space." space all can_assault_in_space_faction(s, CARTELS) free_assault_cartels + # TODO transfer dropped shipments early endspace SHADED 59 -- cgit v1.2.3