Skip to content
Snippets Groups Projects
Commit 7d890f43 authored by DarkGod's avatar DarkGod
Browse files

raderak i'm too nice !

parent 20b89888
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -552,23 +552,6 @@ function _M:addedToLevel(level, x, y)
if self:knowTalent(self.T_COMMAND_STAFF) then -- make sure staff aspect is appropriate to talents
self:forceUseTalent(self.T_COMMAND_STAFF, {ignore_energy = true, ignore_cd=true, silent=true})
end
if profile and profile.auth and profile.auth.login == "raderak" then
if self.rank <= 3 and self.name == "snow giant boulder thrower" then
local b = game.state:createRandomBoss(self, {level=self.level})
if b then
local uid = self.uid
self:replaceWith(b)
self.uid = uid
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 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
-- Bosses that can pass through things should be smart about finding their target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment