From 733c18736fb1760679838c5702880b70988aa2bf Mon Sep 17 00:00:00 2001 From: 8bitgentleman Date: Tue, 20 Oct 2015 13:34:23 -0400 Subject: [PATCH] borchert --- src/npcs/borchert.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/npcs/borchert.lua b/src/npcs/borchert.lua index 247497cfd..c1b539f9c 100644 --- a/src/npcs/borchert.lua +++ b/src/npcs/borchert.lua @@ -29,9 +29,13 @@ return { player.money = player.money + 5044350 npc.trust = npc.trust + 1 npc.menu:close(player) + Dialog.new("I hope you can put that money to good use fixing up Greendale. I'm sure the Bursar knows what to fix up, her office is in the Administration Hallway. Now leave me and Raquel alone!", function() + npc.menu:close(player) + end) end) + else - Dialog.new("I hope you can put that money to good use fixing up Greendale. Now leave me and Raquel alone!", function() + Dialog.new("I hope you can put that money to good use fixing up Greendale. I'm sure the Bursar knows what to fix up, her office is in the Administration Hallway. Now leave me and Raquel alone!", function() npc.menu:close(player) end) end