From e1982d3eb176d73e3bad2a344be8b12107b1c876 Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Thu, 8 Oct 2015 09:15:35 -0400
Subject: added 2nd 'quest'

---
 src/gameplay.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index 57132f5..5ffe5a6 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -34,7 +34,7 @@ int giveTestQuest(NPC *speaker){
 }
 
 int giveStuff(NPC *speaker){
-	ui::dialogBox(speaker->name,"Take my stuff you ugly whore");
+	ui::dialogBox(speaker->name,"Have a sword :D");
 	player->inv->addItem(SWORD_ITEM,1);
 	return 0;
 }
-- 
cgit v1.2.3