diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-29 23:24:22 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-29 23:24:22 +0100 |
commit | 7dcdc22eb541b90376897170a051ea20df5a46a9 (patch) | |
tree | 667f022f674435bfd6750645ac52f60c163eb5ed /rules.js | |
parent | 85003b38068eff6a2633afd6bfcf738772ecdc17 (diff) | |
download | 1989-dawn-of-freedom-7dcdc22eb541b90376897170a051ea20df5a46a9.tar.gz |
Feat to Li Peng
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ],
]
|