summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-12-10 22:37:10 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-12-10 22:37:10 +0000
commit078ba872b05e9289df4d1d112e321fd88572b963 (patch)
tree8691cad196e91a620db55b8c513b15af74359a69
parent7ab914e278978b32ae583473dfea949060a04515 (diff)
download1989-dawn-of-freedom-078ba872b05e9289df4d1d112e321fd88572b963.tar.gz
Update SC log
-rw-r--r--rules.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/rules.js b/rules.js
index c6eb8b8..628f018 100644
--- a/rules.js
+++ b/rules.js
@@ -2344,15 +2344,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) {