diff options
-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) { |