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

Kill message is now displayed in bold

git-svn-id: http://svn.net-core.org/repos/t-engine4@2301 51575b47-30f0-44d4-a5cc-537603b46e54
parent ae958724
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ function _M:takeHit(value, src)
self.life = self.life - value
self.changed = true
if self.life <= 0 then
game.logSeen(self, "%s killed %s!", src.name:capitalize(), self.name)
game.logSeen(self, "#{bold}#%s killed %s!#{normal}#", src.name:capitalize(), self.name)
return self:die(src)
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