Showing
3 changed files
with
1 additions
and
1 deletions
... | ... | @@ -2084,7 +2084,7 @@ function _M:setupCommands() |
2084 | 2084 | package.loaded["engine.Chat"] = nil |
2085 | 2085 | local Chat = require "engine.Chat" |
2086 | 2086 | Chat.chat_dialog = "mod.dialogs.Chat" |
2087 | - local chat = Chat.new("tareyal+test", engine.Entity.new{name=_t"Imperium courrier", image="npc/humanoid_human_linaniil_supreme_archmage.png"}, game.player) | |
2087 | + local chat = Chat.new("tareyal+test", engine.Entity.new{name=_t"Imperium courrier", image="npc/undead_risen_mistress_vira.png"}, game.player) | |
2088 | 2088 | chat:invoke() |
2089 | 2089 | do return end |
2090 | 2090 | DamageType:get(DamageType.ACID).projector(game.player, game.player.x, game.player.y, DamageType.ACID, 100) | ... | ... |
-
Please register or login to post a comment