aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gameplay.cpp2
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;
}