summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-12-10 22:37:40 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-12-10 22:37:40 +0000
commitcba9206a15ffd1cc6e925da7a8bb8064f25b7802 (patch)
tree2fbcffdd185cea174b1db423a47430f5a9bf1d7b
parent31a0e38bf60129356a00bf9237279b6803a4061f (diff)
parent078ba872b05e9289df4d1d112e321fd88572b963 (diff)
download1989-dawn-of-freedom-cba9206a15ffd1cc6e925da7a8bb8064f25b7802.tar.gz
Merge branch 'main' into log
-rw-r--r--rules.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/rules.js b/rules.js
index 59ce499..8fbcb1c 100644
--- a/rules.js
+++ b/rules.js
@@ -2354,15 +2354,11 @@ function do_sc(space) {
let roll = roll_d6()
// Check for The Wall
- if (game.active === COM && game.persistent_events.includes(C_THE_WALL) && spaces[space].country === 'East_Germany') {
+ if (game.active === COM && game.persistent_events.includes(C_THE_WALL) && spaces[space].country === 'East_Germany')
logi(`No adjacency for Democrats due to C${C_THE_WALL}`)
- logi(`Roll: D${roll}`)
- }
// Continue with Support Check Logic
- else {
- logi(`Roll: D${roll}`)
- }
+ logi(`D${roll} roll`)
// Check for the Crowd Turns Against Ceausescu
if (game.is_pwr_struggle) {