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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/items/emptybox.txt b/npc/items/emptybox.txt
index 558733156..873136515 100644
--- a/npc/items/emptybox.txt
+++ b/npc/items/emptybox.txt
@@ -24,6 +24,9 @@ OnUse:
rif(countitem(Plushroom) >= 87, l("87 Plushroom"));
mes "";
switch (@menu) {
+ case 1:
+ getitem EmptyBox, 1;
+ break;
case 2:
delitem GrassCarp, 7;
getitem FishBox, 1;