diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-08 20:48:01 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-08 20:48:01 +0000 |
commit | 99385b26263c27020d8ce526afaa1811e4eceaa1 (patch) | |
tree | 9f4ef401fbc568c973829a9a4de8ec2b5441a0c7 /npc/items/emptybox.txt | |
parent | d155ce1ed965b6e74cf5b509dd0eb615b4d13834 (diff) | |
download | serverdata-99385b26263c27020d8ce526afaa1811e4eceaa1.tar.gz serverdata-99385b26263c27020d8ce526afaa1811e4eceaa1.tar.bz2 serverdata-99385b26263c27020d8ce526afaa1811e4eceaa1.tar.xz serverdata-99385b26263c27020d8ce526afaa1811e4eceaa1.zip |
NPC Improvements
Diffstat (limited to 'npc/items/emptybox.txt')
-rw-r--r-- | npc/items/emptybox.txt | 4 |
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)); |