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

Draconic Body prereqs are automet in the ID/Arena

git-svn-id: http://svn.net-core.org/repos/t-engine4@5896 51575b47-30f0-44d4-a5cc-537603b46e54
parent 87b7d628
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ uberTalent{
name = "Draconic Body",
mode = "passive",
cooldown = 40,
require = { special={desc="Be close to the draconic world", fct=function(self) return self:attr("drake_touched") and self:attr("drake_touched") >= 2 end} },
require = { special={desc="Be close to the draconic world", fct=function(self) return game.state.birth.ignore_prodigies_special_reqs or (self:attr("drake_touched") and self:attr("drake_touched") >= 2) end} },
trigger = function(self, t, value)
if self.life - value < self.max_life * 0.3 and not self:isTalentCoolingDown(t) then
self:heal(self.max_life * 0.4)
......
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