summaryrefslogtreecommitdiff
path: root/npc/017-1/drowned_man.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/drowned_man.txt')
-rw-r--r--npc/017-1/drowned_man.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt
index ec808ef73..9f0cda495 100644
--- a/npc/017-1/drowned_man.txt
+++ b/npc/017-1/drowned_man.txt
@@ -120,12 +120,13 @@ OnInit:
if (askyesno() == ASK_YES) {
// Can't jump with pets
// FIXME: Move it elsewhere - resist pet_Detective updates
- for (.@i=PiouEgg; .@i <= BatEgg ; .@i++) {
+ for (.@i=0+PiouEgg; .@i <= 0+MoggunEgg ; .@i++) {
if (countitem(.@i) >= 0) {
mesc l("Can't bring pets with you..."), 1;
next;
mesc l("Do you really think the poor creature should jump a bridge in water and DIE?"), 1;
@nojump=gettimetick(2);
+ mesc l("* Put the %s safely in storage before jumping.", getitemlink(.@i));
close;
}
}