Skip to content
Snippets Groups Projects
Commit 90a9225a authored by dg's avatar dg
Browse files

If an alchemist player is cloned, the golem will be faction aligned with the clone

git-svn-id: http://svn.net-core.org/repos/t-engine4@3316 51575b47-30f0-44d4-a5cc-537603b46e54
parent 93541805
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,12 @@ newEntity{ base="BASE_NPC_ORC_RAK_SHOR", define_as = "CULTIST_RAK_SHOR",
self:doEmote("Ra'kk kor merk ZUR!!!", 120)
self.copied_player = true
end
if a.alchemy_golem then
a.alchemy_golem = nil
local t = a:getTalentFromId(a.T_REFIT_GOLEM)
t.action(a, t)
end
end
return value
end,
......
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