summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/008-0/master.txt14
1 files changed, 5 insertions, 9 deletions
diff --git a/npc/008-0/master.txt b/npc/008-0/master.txt
index de7e60ab3..85f9d2e38 100644
--- a/npc/008-0/master.txt
+++ b/npc/008-0/master.txt
@@ -111,17 +111,13 @@ L_TooSmall:
OnStart:
@pmloop=0;
OnLoop:
- if (getmapname() ~= "008-*") {
- @pmloop+=1;
- if (@pmloop < 1200) {
- addtimer(1000, "Party Master::OnLoop");
- } else {
- @pmloop=0;
- warp "008-0", 47, 64;
- dispbottom l("You ran out of time...");
- }
+ @pmloop+=1;
+ if (@pmloop < 1200) {
+ addtimer(1000, "Party Master::OnLoop");
} else {
@pmloop=0;
+ warp "008-0", 47, 64;
+ dispbottom l("You ran out of time...");
}
end;