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