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

Blighted summoning adds Magic to necrotic summons

git-svn-id: http://svn.net-core.org/repos/t-engine4@6393 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9437b609
No related branches found
No related tags found
No related merge requests found
......@@ -716,6 +716,7 @@ newTalent{
p.souls = p.souls - 1
necroSetupSummon(self, minion, pos.x, pos.y, lev, true)
if self:knowTalent(self.T_BLIGHTED_SUMMONING) then
m:incIncStat("mag", self:getMag())
if minion.subtype == "skeleton" then minion:learnTalent(minion.T_BONE_GRAB, true, 3) end
if minion.subtype == "giant" then minion:learnTalent(minion.T_BONE_SHIELD, true, 3) end
if minion.subtype == "ghoul" then minion:learnTalent(minion.T_BLOOD_LOCK, true, 3) 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