diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-19 13:28:35 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-19 13:28:35 +0100 |
commit | eac6d08d56c686b18fe813f72791ebedd3ca5ed9 (patch) | |
tree | 04a1feee409341786b21eef36df8a4f9304bc3f7 /rules.js | |
parent | a7513b3b48aeb8aa74881aabaaa4766a682e6808 (diff) | |
download | 1989-dawn-of-freedom-eac6d08d56c686b18fe813f72791ebedd3ca5ed9.tar.gz |
Fix typo in Honecker
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4365,7 +4365,7 @@ function vm_ceausescu() { if (adj_cluj && game.pieces[61].comInfl>0) {
game.valid_spaces = [61]
game.vm_available_ops = 1
- next_player()
+ //next_player()
game.state = 'vm_remove_infl'
}
else {vm_next()}
@@ -5957,7 +5957,7 @@ states.vm_honecker = { if (game.temp === 0) {view.prompt = 'Honecker: choose a card to add to your hand.'
for (let card of game.valid_cards) {
gen_action_card(card)
- gen_action(pass)
+ gen_action('pass')
}
} else {
view.prompt = 'Honecker. Choose a card: done.'
|