Skip to content
Snippets Groups Projects
Commit acd48179 authored by Lisa Greene's avatar Lisa Greene
Browse files

Fix corpse explosion tooltip

parent c1ac0b5f
No related branches found
No related tags found
1 merge request!637Misc (mostly bugfixes)
......@@ -348,7 +348,7 @@ newTalent{
Only one ghoul may explode per turn. The one with the least time left to live is always the first to do so.
The damage and disease power is increased by your Spellpower.
]]):
tformat(t:_getDur(self), damDesc(self, DamageType.FROSTDUSK, t:_getDamage(self)), damDesc(self, DamageType.BLIGHT, t:_getDamage(self)), t:_getDiseasePower(self), self:getTalentRadius(t))
tformat(t:_getDur(self), damDesc(self, DamageType.FROSTDUSK, t:_getDamage(self)), self:getTalentRadius(t), damDesc(self, DamageType.BLIGHT, t:_getDamage(self)), t:_getDiseasePower(self))
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