diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5354,6 +5354,7 @@ function vm_inflationary_currency() { } function vm_inflationary_currency_discard() { + //TODO: skip this step if opponent has no cards in hand change_player() if (game.active === COM) { for (let card of game.communist_hand) { |