summaryrefslogtreecommitdiff
path: root/npc/034-4/intro.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/034-4/intro.txt')
-rw-r--r--npc/034-4/intro.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/034-4/intro.txt b/npc/034-4/intro.txt
index 734c49a1f..3615c0c91 100644
--- a/npc/034-4/intro.txt
+++ b/npc/034-4/intro.txt
@@ -146,8 +146,12 @@ OnTouch:
if (instance_id() < 0 || getcharid(1) < 1) end;
GeminiCheck(8);
.@p=getcharid(1);
- if (mobcount(getmap(), "all") > 0 || $@VALIA_STATUS[.@p] < 10) {
- dispbottom l("Uh? I can't pass. I wonder why.");
+ if ($@VALIA_STATUS[.@p] < 10) {
+ dispbottom l("Uh? I can't pass. I wonder why, maybe I need to wait?");
+ end;
+ }
+ if (mobcount(getmap(), "all") > 0) {
+ dispbottom l("I should defeat all mobs before passing.");
end;
}
if (mobcount(getmap(), "all") <= 0 && $@VALIA_STATUS[.@p] == 10) {