summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 3ccbc05..5e96e93 100644
--- a/rules.js
+++ b/rules.js
@@ -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'
}