summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 2d42f0b..6592ac9 100644
--- a/play.js
+++ b/play.js
@@ -642,7 +642,7 @@ function on_log(text) { // eslint-disable-line no-unused-vars
text = text.replace(/\bC(\d+)\b/g, sub_card)
text = text.replace(/\bM(\d+)\b/g, sub_medallion)
- text = text.replace(/\bT[acmf]\b/g, sub_token)
+ text = text.replace(/\bT\d\b/g, sub_token)
text = text.replace(/\bHP\b/g, "Hero points")
// text = text.replace(/\bHP\b/g, "\u272b")
// text = text.replace(/\bHP\b/g, sub_token)