diff options
Diffstat (limited to 'src/gameplay.cpp')
-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; } |