Skip to content
Snippets Groups Projects
Commit 81636211 authored by DarkGod's avatar DarkGod
Browse files

Fixed To The Grave

parent 28affb13
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ newTalent{
if foe:canBe("teleport") and foe:checkHit(self:combatSpellpower(), foe:combatSpellResist(), 0, 95, 15) then
foe:forceMoveAnim(spot[1], spot[2])
else
game.logSeen(foe, "%s resists the call of the boneyard!")
game.logSeen(foe, "%s resists the call of the boneyard!", foe:getName():capitalize())
end
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