diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |