summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 28304e2e..44183c45 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -22,7 +22,7 @@
menu
l("I was going to ask you if you would need any help."), l_Continue,
- l("What is exactly your real job?"), -;
+ l("What exactly is your real job?"), -;
mes "";
mesn;
@@ -39,7 +39,8 @@
mesq l("Surely. Take this box full of @@s.", getitemlink("Plushroom"));
next;
- if (checkweight("PlushroomBox", 1) == 0) goto l_CantGive;
+ getinventorylist;
+ if ((checkweight("PlushroomBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
setq ShipQuests_Jalad, 1;
getitem "PlushroomBox", 1;
@@ -72,12 +73,12 @@ l_CallFunc:
close;
-l_CantGive:
+l_Inventory;
mes "";
mesn;
- mesq l("It seems that you can't carry more box yet.");
+ mesq l("It looks like you can't carry anymore of these boxes for now.");
next;
- mesq lg("Just come back to me once you'll have some more free place.");
+ mesq l("You should come back when you'll have some free space.");
close;