summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 871b4ed..cc3ef06 100644
--- a/rules.js
+++ b/rules.js
@@ -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