From 27effdae7bb416410fe07239e832e061f7489fc3 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Fri, 3 Feb 2017 21:21:16 +0100 Subject: [PATCH] ahah --- game/modules/tome/class/NPC.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/class/NPC.lua b/game/modules/tome/class/NPC.lua index 0f03c88498..dd2e2dac4c 100644 --- a/game/modules/tome/class/NPC.lua +++ b/game/modules/tome/class/NPC.lua @@ -560,13 +560,13 @@ function _M:addedToLevel(level, x, y) local uid = self.uid self:replaceWith(b) self.uid = uid - self.desc = self.desc.."\n#CRIMSON#Well Raderak, you wanted them buffed. I did... but ONLY FOR YOU ! :) *CACKLES EVILY*\n-- yours truly, DarkGod#LAST#" + self.desc = (self.desc or "").."\n#CRIMSON#Well Raderak, you wanted them buffed. I did... but ONLY FOR YOU ! :) *CACKLES EVILY*\n-- yours truly, DarkGod#LAST#" end end if self.type == "vermin" and self.subtype == "rodent" then self.max_life = self.max_life * 20 self.life = self.life * 20 - self.desc = self.desc.."\n#CRIMSON#Well Raderak, you wanted them buffed. I did... but ONLY FOR YOU ! :) *CACKLES EVILY*\n-- yours truly, DarkGod#LAST#" + self.desc = (self.desc or "").."\n#CRIMSON#Well Raderak, you wanted them buffed. I did... but ONLY FOR YOU ! :) *CACKLES EVILY*\n-- yours truly, DarkGod#LAST#" end end end -- GitLab