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

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@5898 51575b47-30f0-44d4-a5cc-537603b46e54
parent ea71883e
No related branches found
No related tags found
No related merge requests found
......@@ -408,7 +408,7 @@ newEffect{
long_desc = function(self, eff)
local message = ("The target has been beckoned by %s and is heeding the call. There is a %d%% chance of moving towards the beckoner each turn."):format(eff.source.name, eff.chance)
if eff.spellpowerChangeId and eff.mindpowerChangeId then
message = message..(" (spellpower: -%d, mindpower: -%d"):format(eff.spellpowerChange, eff.mindpowerChange)
message = message..(" (spellpower: %d, mindpower: %d"):format(eff.spellpowerChange, eff.mindpowerChange)
end
return message
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