Skip to content

Commit

Permalink
borchert
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitgentleman committed Oct 20, 2015
1 parent 30e1e8f commit 733c187
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/npcs/borchert.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 733c187

Please sign in to comment.