diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2800,7 +2800,7 @@ function get_icons(starting_control, end_control) { function do_tst_attempt() { let roll = roll_d6() - log(`Roll: D${roll}`) + logi(`Roll: D${roll}`) roll += game.available_ops logi(`+${game.available_ops} from card ops`) @@ -2830,7 +2830,7 @@ function do_tst_attempt() { roll ++ logi('+1 from C' + C_LI_PENG) } - log(`Modified roll: ${roll}`) + //log(`Modified roll: ${roll}`) // TIANANMEN SQUARE ATTEMPT game.return = game.active |