Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -59,7 +59,7 @@ on_status_change = function(self, who, status, sub) |
59 | 59 | end |
60 | 60 | |
61 | 61 | local Chat = require"engine.Chat" |
62 | - local chat = Chat.new("sorcerer-end", {name=_t"Endgame"}, game:getPlayer(true)) | |
62 | + local chat = Chat.new("sorcerer-end", {name=_t"Endgame", image="winner.png"}, game:getPlayer(true)) | |
63 | 63 | chat:invoke() |
64 | 64 | |
65 | 65 | self:end_end_combat() | ... | ... |
-
Please register or login to post a comment