diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-10 22:37:40 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-10 22:37:40 +0000 |
commit | cba9206a15ffd1cc6e925da7a8bb8064f25b7802 (patch) | |
tree | 2fbcffdd185cea174b1db423a47430f5a9bf1d7b | |
parent | 31a0e38bf60129356a00bf9237279b6803a4061f (diff) | |
parent | 078ba872b05e9289df4d1d112e321fd88572b963 (diff) | |
download | 1989-dawn-of-freedom-cba9206a15ffd1cc6e925da7a8bb8064f25b7802.tar.gz |
Merge branch 'main' into log
-rw-r--r-- | rules.js | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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) { |