diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-24 10:20:26 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-24 10:20:26 +0000 |
commit | e16c3fb45bc55c8d1282d2544df84ebbb2099703 (patch) | |
tree | 770a1703f9dac5c34b6e84d407c50ec408fc18a1 | |
parent | 9fd155055f7867ad7a712c5b52ddc661f4e43508 (diff) | |
download | 1989-dawn-of-freedom-e16c3fb45bc55c8d1282d2544df84ebbb2099703.tar.gz |
Fix typo
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1141,7 +1141,7 @@ states.draw_power_cards = { } // Events which affect cards drawn if (game.persistent_events.includes(C_ROUNDTABLE_TALKS)) { - if (game. game.com_pwr_hand_limit >= 2) { + if (game.com_pwr_hand_limit >= 2) { log(`Democrat receives 2 cards from Communist due to C${C_ROUNDTABLE_TALKS}.`) game.dem_pwr_hand_limit += 2 game.com_pwr_hand_limit -= 2 |