]> code.bitgloo.com Git - clyne/gamedev.git/commitdiff
added 2nd 'quest'
authorClyne Sullivan <tullivan99@gmail.com>
Thu, 8 Oct 2015 13:15:35 +0000 (09:15 -0400)
committerClyne Sullivan <tullivan99@gmail.com>
Thu, 8 Oct 2015 13:15:35 +0000 (09:15 -0400)
src/gameplay.cpp

index 57132f51157e0817a788f20965d99d14f8bd41ab..5ffe5a67755a587a9d9e44ebdf33e9d2c2c69cc7 100644 (file)
@@ -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;
 }