summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/couwan.txt1
-rw-r--r--npc/000-1/gugli.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index 9f7e67d0..0286afd3 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -37,6 +37,7 @@
mesn "Narrator";
mes col(lg("Couwan hands you a box full of fish."), 9);
+ getitem "FishBox", 1;
next;
mes col(l("The sailor turns his back to you."), 9);
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index 6edc71bc..a0b82bb6 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -32,6 +32,7 @@ l_Couwan:
setq ShipQuests_Couwan, 2;
set zeny, zeny+50;
+ if (countitem("FishBox") > 0) delitem "FishBox", 1;
message strcharinfo(0), l("You receive 50GP!");
close;