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

Fixed Conduit when used by a NPC

git-svn-id: http://svn.net-core.org/repos/t-engine4@6561 51575b47-30f0-44d4-a5cc-537603b46e54
parent 48d623a4
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ The deceptive god Ralkur fled before the wrath of the godslayer Branzir and his
And so the chase continues. Over centuries beyond count Branzir has never stopped to rest or sleep as he pursues his prey through the ravages of infinity. And though death would be a welcome reprieve he thinks only of the hunt and of vanquishing the cowardly god. Ralkur continues to run, and he does not take a breath that it is not a gasp, and he does not take a step that it is not in flight, and every beat of his traitorous heart is a pounding of terror as he flees deeper and deeper till the ends of time.
This passage seems to point to the passage there, it seems to indicate there is no possible exits.
This passage seems to point to the passage there, it seems to indicate there are no possible exits.
You should not enter it.]],
}
......
......@@ -108,7 +108,7 @@ newTalent{
vals.PHYSICAL = 1
end
if self:isTalentActive(self.T_THERMAL_AURA) then
val.FIRE = 1
vals.FIRE = 1
end
if self:isTalentActive(self.T_CHARGED_AURA) then
vals.LIGHTNING = 1
......
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