summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/events.txt b/events.txt
index f0fc35c..77f03a6 100644
--- a/events.txt
+++ b/events.txt
@@ -45,7 +45,7 @@ CARD 5 - Le Figaro
CARD 6 - Général Louis Valentin
# remove_different_up_to 2 (where_present(PARIS))
asm game.count = 2
- asm game.spaces = where_present(PARIS)
+ asm game.vm.spaces = where_present(PARIS)
if (can_vm_remove())
goto "general_louis_valentin"
endif
@@ -195,17 +195,13 @@ CARD 33 - Jules Vallès
ops 2 PUBLIC_OPINION
CARD 34 - Charles Delescluze
- prompt "Use 3 OP in Military or 1 in Political."
- switch ["military","political"]
- case "military"
- ops 3 MILITARY
- case "political"
- ops 1 POLITICAL
- endswitch
+ ops 3 MILITARY
+ ops 1 POLITICAL
# Neutral Cards
CARD 35 - Conciliation
+ # TODO - improve UX here - prompt is confusing
prompt "Move up to 2 from Public Opinion or Paris to the other."
switch ["public_opinion","paris"]
case "public_opinion"
@@ -268,17 +264,21 @@ CARD 41 - Freemason Parade
# Objective Cards
CARD 42 - Paris Cannons
- prompt "Use 3 OP in Paris or increase your Player Momentum."
- switch ["momentum","ops"]
- case "momentum"
- if (game.active === COMMUNE)
- increase_revolutionary_momentum
- else
- increase_prussian_collaboration
- endif
- case "ops"
+ if (can_advance_momentum())
+ prompt "Use 3 OP in Paris or increase your Player Momentum."
+ switch ["momentum","ops"]
+ case "momentum"
+ if (game.active === COMMUNE)
+ increase_revolutionary_momentum
+ else
+ increase_prussian_collaboration
+ endif
+ case "ops"
+ ops 3 PARIS
+ endswitch
+ else
ops 3 PARIS
- endswitch
+ endif
CARD 43 - Aux Barricades!
ops 2 PARIS