summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-29 23:24:22 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-29 23:24:22 +0100
commit7dcdc22eb541b90376897170a051ea20df5a46a9 (patch)
tree667f022f674435bfd6750645ac52f60c163eb5ed
parent85003b38068eff6a2633afd6bfcf738772ecdc17 (diff)
download1989-dawn-of-freedom-7dcdc22eb541b90376897170a051ea20df5a46a9.tar.gz
Feat to Li Peng
-rw-r--r--events.txt1
-rw-r--r--rules.js3
2 files changed, 3 insertions, 1 deletions
diff --git a/events.txt b/events.txt
index df59a33..83549fe 100644
--- a/events.txt
+++ b/events.txt
@@ -395,6 +395,7 @@ permanently_remove
CARD 53 - Li Peng*
# +1 modifier to all Communist Tiananmen Square track attempts for the rest of the game
li_peng
+permanently_remove
CARD 54 - The Crowd Turns Against Ceausescu*
diff --git a/rules.js b/rules.js
index b5baf23..82f82b0 100644
--- a/rules.js
+++ b/rules.js
@@ -5205,7 +5205,7 @@ function vm_legacy_of_1968() {
function vm_li_peng() {
game.persistent_events['li_peng'] = true
- game.table_cards.push(53)
+ //game.table_cards.push(53)
remove_from_discard(53)
vm_next()
}
@@ -8337,6 +8337,7 @@ CODE[52] = [ // Normalisation
CODE[53] = [ // Li Peng*
[ vm_li_peng ],
+ [ vm_permanently_remove ],
[ vm_return ],
]