diff options
-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'
}
|