diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2810,7 +2810,7 @@ function get_icons(starting_control, end_control) { function do_tst_attempt() { let roll = roll_d6() - logi(`Roll: D${roll}`) + logi(`D${roll} roll`) roll += game.available_ops logi(`+${game.available_ops} from card ops`) |