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

Fixed Acid Wave rune description

git-svn-id: http://svn.net-core.org/repos/t-engine4@6719 51575b47-30f0-44d4-a5cc-537603b46e54
parent 76dc810d
No related branches found
No related tags found
No related merge requests found
......@@ -708,7 +708,7 @@ newInscription{
short_info = function(self, t)
local data = self:getInscriptionData(t.short_name)
local pow = data.reduce or 15
return ([[%d acid damage; power %d; dur %d]]):format(damDesc(self, DamageType.ACID, data.power + data.inc_stat), data.dur or 3, pow)
return ([[%d acid damage; power %d; dur %d]]):format(damDesc(self, DamageType.ACID, data.power + data.inc_stat), pow, data.dur or 3)
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