Showing
4 changed files
with
1 additions
and
1 deletions
@@ -142,7 +142,7 @@ newEntity{ | @@ -142,7 +142,7 @@ newEntity{ | ||
142 | game.paused = true | 142 | game.paused = true |
143 | who:runStop() | 143 | who:runStop() |
144 | local Chat = require "engine.Chat" | 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 | chat:invoke() | 146 | chat:invoke() |
147 | return true | 147 | return true |
148 | end, | 148 | end, |

28.7 KB

25.6 KB
-
Please register or login to post a comment