summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/event.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 564531d52..1bcab8879 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -110,7 +110,7 @@ OnCall:
dispbottom l("You cannot be hurt to do this trip.");
else if (getmapname() ~= "001-*")
dispbottom l("You are already at the Mana Plane of Existence.");
- else if (getmapname() == "boss" || getmapname() == "sec_pri")
+ else if (getmapname() == "boss" || getmapname() == "sec_pri" || getmapname() ~= "000-*")
dispbottom l("The Mana Plane is currently out of reach.");
else
warp "001-1", 235, 26;