diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-11 18:32:17 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-11 18:32:17 +0000 |
commit | 7d8c89a5c0773767f3fa7d82061b3615b69559e2 (patch) | |
tree | f576696da557791f4739fc65d4bd84d08e02ba96 /rules.js | |
parent | 74258665410edbb7b6f4a0b56d80d16689fea6bb (diff) | |
download | 1989-dawn-of-freedom-7d8c89a5c0773767f3fa7d82061b3615b69559e2.tar.gz |
fix typo
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3689,7 +3689,7 @@ function discard_card(hand) { } else { log_gap(`Discarded: P${discarded_card} V${power_cards[discarded_card].value}`) } - game.power_struggle_discard.push(discard_card) + game.power_struggle_discard.push(discarded_card) } else { log(`Discarded C${discarded_card}`) game.strategy_discard.push(discarded_card) |