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

Draconic Will is available in the ID

git-svn-id: http://svn.net-core.org/repos/t-engine4@6051 51575b47-30f0-44d4-a5cc-537603b46e54
parent 798b30d7
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ uberTalent{
self:setEffect(self.EFF_DRACONIC_WILL, 5, {})
return true
end,
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} },
info = function(self, t)
return ([[Your body is like that of a drake, easily resisting detrimental effects.
For 5 turns no detrimental effects may target you.]])
......
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