summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-01-24 10:20:26 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-01-24 10:20:26 +0000
commite16c3fb45bc55c8d1282d2544df84ebbb2099703 (patch)
tree770a1703f9dac5c34b6e84d407c50ec408fc18a1
parent9fd155055f7867ad7a712c5b52ddc661f4e43508 (diff)
download1989-dawn-of-freedom-e16c3fb45bc55c8d1282d2544df84ebbb2099703.tar.gz
Fix typo
-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