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

Corpse Explosion only works on Ghouls

parent 56b0a347
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -350,6 +350,7 @@ uberTalent{
return not self:attr("true_undead") and nb > 0
end},
special2={desc=_t"Have completed the ritual", fct=function(self)
if config.settings.cheat then return true end
if self.lichform_quest_checker then return true end
if not game.state.birth.supports_lich_transform then return true else return self:isQuestStatus(game.state.birth.supports_lich_transform, engine.Quest.DONE) end
end},
......
......@@ -4860,6 +4860,7 @@ newEffect{
eff.turn_list = {}
end,
registerHit = function(self, eff, minion)
if not minion.ghoul_minion then return end
eff.turn_list[#eff.turn_list+1] = minion
end,
activate = function(self, eff)
......
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