summaryrefslogtreecommitdiff
path: root/npc/000-1/muller.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/muller.txt')
-rw-r--r--npc/000-1/muller.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index b8277783..4dca2338 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -43,8 +43,10 @@
mesq l("Well then... Take this one!");
next;
- getinventorylist;
- if ((checkweight("PlushroomBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
+ set @item, 716;
+ set @count, 1;
+ callfunc "InventoryPlace", @item, @count;
+
setq ShipQuests_QMuller, 1;
getitem "PlushroomBox", 1;
@@ -77,15 +79,6 @@ l_CallFunc:
close;
-l_Inventory;
- mes "";
- mesn;
- mesq l("It looks like you can't carry anymore of these boxes for now.");
- next;
- mesq l("You should come back when you'll have some free space.");
-
- close;
-
l_Bottom:
mes "";
mesn;