diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-10 22:37:10 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-10 22:37:10 +0000 |
commit | 078ba872b05e9289df4d1d112e321fd88572b963 (patch) | |
tree | 8691cad196e91a620db55b8c513b15af74359a69 /rules.js | |
parent | 7ab914e278978b32ae583473dfea949060a04515 (diff) | |
download | 1989-dawn-of-freedom-078ba872b05e9289df4d1d112e321fd88572b963.tar.gz |
Update SC log
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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) { |