diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-22 08:53:16 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-22 08:53:16 +0100 |
commit | eb39064b67d02baf4bbe73cafcda347e63794f10 (patch) | |
tree | 9a53e0079b280796eeb407c1b6f3e13a88c1d35a | |
parent | 5414ec5ddc79ebe4ba907e8fa6dbed3d03652c35 (diff) | |
download | 1989-dawn-of-freedom-eb39064b67d02baf4bbe73cafcda347e63794f10.tar.gz |
Crowd Against Ceausescu debugging
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1048,6 +1048,7 @@ states.the_crowd_turns_against_ceausescu_prep = { gen_action('draw')
},
draw() {
+ push_undo()
draw_cards(game.power_struggle_deck, game.ceausescu_cards, game.com_pwr_hand, 15, game.com_pwr_hand.length)
console.log('game.ceausescu_cards', game.ceausescu_cards)
game.temp = game.ceausescu_cards.filter(card => card && card >=25 && card <= 30).length
|