Showing
4 changed files
with
1 additions
and
1 deletions
... | ... | @@ -142,7 +142,7 @@ newEntity{ |
142 | 142 | game.paused = true |
143 | 143 | who:runStop() |
144 | 144 | local Chat = require "engine.Chat" |
145 | - local chat = Chat.new("lumberjack-quest", {name=_t"Half-dead lumberjack"}, who) | |
145 | + local chat = Chat.new("lumberjack-quest", {name=_t"Half-dead lumberjack", image="portrait/half_dead_lumberjack.png"}, who) | |
146 | 146 | chat:invoke() |
147 | 147 | return true |
148 | 148 | end, | ... | ... |

28.7 KB

25.6 KB
-
Please register or login to post a comment