diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -69,12 +69,16 @@ CARD 13 - Général Ernest de Cissey ops 4 FORT_D_ISSY CARD 14 - Colonel de Lochner - switch ["mont_valerien","butte_montmartre"] - case "mont_valerien" + if (is_versailles_control(MONT_VALERIEN)) + switch ["mont_valerien","butte_montmartre"] + case "mont_valerien" + ops 3 MONT_VALERIEN + case "butte_montmartre" + ops 3 BUTTE_MONTMARTRE + endswitch + else ops 3 MONT_VALERIEN - case "butte_montmartre" - ops 3 BUTTE_MONTMARTRE - endswitch + endif CARD 15 - Jules Favre increase_prussian_collaboration @@ -241,7 +245,7 @@ CARD 45 - Fighting in Issy Village CARD 46 - Battle of Mont-Valérien ops 3 FORTS - if (game.current === COMMUNE) + if (game.active === COMMUNE) decrease_prussian_collaboration else increase_prussian_collaboration @@ -274,7 +278,7 @@ CARD 49 - Pius IX CARD 50 - Socialist International ops 2 PUBLIC_OPINION - if (game.current === COMMUNE) + if (game.active === COMMUNE) increase_revolutionary_momentum else decrease_revolutionary_momentum |