summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/items/emptybox.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/items/emptybox.txt b/npc/items/emptybox.txt
index 873136515..aceb9b094 100644
--- a/npc/items/emptybox.txt
+++ b/npc/items/emptybox.txt
@@ -24,9 +24,6 @@ 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;
@@ -46,6 +43,7 @@ OnUse:
default:
getitem EmptyBox, 1;
}
+ delitem EmptyBox, 1;
closedialog;
close;
}