summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 8b8dce8..848e4ea 100644
--- a/rules.js
+++ b/rules.js
@@ -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`)