diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-27 10:16:18 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-27 10:16:18 +0100 |
commit | 4fe7710869dc575d37e2402abd3560f389ec2234 (patch) | |
tree | 4a2cc3b47fab7e4b56488ea4d5936aed5d41f189 /rules.js | |
parent | d1f9a29e44d16962c38aa836bd5106baafa6a118 (diff) | |
download | 1989-dawn-of-freedom-4fe7710869dc575d37e2402abd3560f389ec2234.tar.gz |
Fix for foreign currency debt burder
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4859,8 +4859,8 @@ function vm_foreign_currency_debt_burden() { if (check_vp()) {
return
}
- game.table_cards.push(49)
- remove_from_discard(49)
+ //game.table_cards.push(49)
+ //remove_from_discard(49)
game.state = 'vm_foreign_currency_debt_burden'
}
|