summaryrefslogtreecommitdiff
path: root/npc/items/emptybox.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/emptybox.txt')
-rw-r--r--npc/items/emptybox.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/emptybox.txt b/npc/items/emptybox.txt
index b49a12b6c..ec667ebdc 100644
--- a/npc/items/emptybox.txt
+++ b/npc/items/emptybox.txt
@@ -2,14 +2,14 @@
// Authors:
// Jesusalva
// Description:
-// Allows to mount your own fish/plushroom/croconut box
+// Allows to create your own fish/plushroom/croconut box
- script Empty Box#it NPC_HIDDEN,{
close;
OnUse:
mesn;
- mesc l("You can fill this box with the following:");
+ mesc l("You can fill this box with the following items:");
mesc l("- @@ @@", 7, getitemlink(GrassCarp));
mesc l("- @@ @@", 8, getitemlink(Croconut));
mesc l("- @@ @@", 20, getitemlink(CommonCarp));