Commit 9a9120eb132d0ef6761c680fc1413d30701a2a33

Authored by DarkGod
1 parent 294e777b

plop

1.91 MB | W: | H:

1.89 MB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -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,