diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-08 09:15:35 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-08 09:15:35 -0400 |
commit | e1982d3eb176d73e3bad2a344be8b12107b1c876 (patch) | |
tree | 63cf81d8d91ee9f1618bfffd787ea969aaa9ade1 /src | |
parent | c88533e59e961a029f6bb4777932434a9ca517f4 (diff) |
added 2nd 'quest'
Diffstat (limited to 'src')
-rw-r--r-- | src/gameplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |