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

Fixed duration of rune of reflection

git-svn-id: http://svn.net-core.org/repos/t-engine4@5805 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4d8ea789
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ newInscription{
end,
action = function(self, t)
local data = self:getInscriptionData(t.short_name)
self:setEffect(self.EFF_DAMAGE_SHIELD, 6, {power=100+1.5*self:getMag(), reflect=100})
self:setEffect(self.EFF_DAMAGE_SHIELD, 5, {power=100+1.5*self:getMag(), reflect=100})
return true
end,
info = function(self, t)
......
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