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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5484 51575b47-30f0-44d4-a5cc-537603b46e54
parent 21996192
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ newTalent{
-- game.logSeen(self, "You may only sustain two auras at once. Aura activation cancelled.")
-- return false
--end
return true
return {}
end,
deactivate = function(self, t, p)
if self:attr("save_cleanup") then return true end
......@@ -267,7 +267,7 @@ newTalent{
-- game.logSeen(self, "You may only sustain two auras at once. Aura activation cancelled.")
-- return false
--end
return true
return {}
end,
deactivate = function(self, t, p)
if self:attr("save_cleanup") then return true end
......@@ -389,7 +389,7 @@ newTalent{
-- return false
--end
game:playSoundNear(self, "talents/thunderstorm")
return true
return {}
end,
deactivate = function(self, t, p)
if self:attr("save_cleanup") then return true 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