From c4b938942d78cf24f0dda48afb01a5b89ac4e6dd Mon Sep 17 00:00:00 2001
From: otowakotori <806682153@qq.com>
Date: Wed, 12 Aug 2020 19:53:29 +0800
Subject: [PATCH] add one _t

---
 game/modules/tome/data/timed_effects/magical.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/timed_effects/magical.lua b/game/modules/tome/data/timed_effects/magical.lua
index 3d781468c3..743b7a4080 100644
--- a/game/modules/tome/data/timed_effects/magical.lua
+++ b/game/modules/tome/data/timed_effects/magical.lua
@@ -4970,7 +4970,7 @@ newEffect{
 	status = "beneficial",
 	charges = function(self, eff) return math.floor(eff.stacks) end,
 	parameters = {stacks=0, max_stacks=3, dam=20, radius=3},
-	on_gain = function(self, err) return "#Target# summons a corpselight!", true end,
+	on_gain = function(self, err) return _t"#Target# summons a corpselight!", true end,
 	on_lose = function(self, err) return nil, true end,
 	callbackOnChangeLevel = function(self, eff, what)
 		if what ~= "leave" then return end
-- 
GitLab