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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2176 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1a129aba
No related branches found
No related tags found
No related merge requests found
......@@ -514,7 +514,7 @@ newInscription{
action = function(self, t)
local data = self:getInscriptionData(t.short_name)
self:incMana((data.mana + data.inc_stat) / 20)
if self.mana_regen <= 0 then
if self.mana_regen > 0 then
self:setEffect(self.EFF_MANASURGE, data.dur, {power=self.mana_regen * (data.mana + data.inc_stat) / 100})
else
if self.mana_regen < 0 then
......
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