summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/events.txt b/events.txt
index 56c7ffb..52fcf8e 100644
--- a/events.txt
+++ b/events.txt
@@ -578,7 +578,12 @@ CARD 109 - Bellwether State
CARD 110 - Superior Lobbying
# Roll 4 :d8. For each 6, 7 or 8 rolled, add 1 :congressional_marker to Congress or remove 1 :congressional_marker from Congress.
- todo
+ roll_list 4 D8
+ if (game.active === SUF)
+ add_congress (game.vm.roll.filter(x => x >= 6).length)
+ else
+ remove_congress (game.vm.roll.filter(x => x >= 6).length)
+ endif
CARD 111 - The Winning Plan
# Draw 6 cards from your Draw Deck. Play 1 card for its event immediately. Place any number of the remaining 5 cards on the top of your Draw Deck and the rest at the bottom of your Draw Deck.