Skip to content
Snippets Groups Projects
Commit 197db572 authored by K'van's avatar K'van
Browse files

Fix value displayed in damage log for Guardian Unity.

parent 294e777b
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ newTalent{
m:takeHit(split, src)
m:setTarget(src or nil)
game:delayedLogMessage(self, nil, "guardian_damage", "#STEEL_BLUE##Source# shares damage with %s guardian!", string.his_her(self))
game:delayedLogDamage(src or self, self, 0, ("#STEEL_BLUE#(%d shared)#LAST#"):tformat(split), nil)
game:delayedLogDamage(src or self, self, 0, ("#STEEL_BLUE#(%d shared)#LAST#"):tformat(split*2), nil)
else
game.logPlayer(self, "Not enough space to summon warden!")
......
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