summaryrefslogtreecommitdiff
path: root/npc/functions/soul_menhir.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-28 15:30:36 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-28 15:30:36 -0300
commitb3947f1be5c65bc7e71ff4e1f7ce9178e26328e3 (patch)
tree840743a079aa1de719d474fbbd6caa819901a5ee /npc/functions/soul_menhir.txt
parentfb9f078b22dbf148fe24147f69f2e5aafb2e27f9 (diff)
downloadserverdata-b3947f1be5c65bc7e71ff4e1f7ce9178e26328e3.tar.gz
serverdata-b3947f1be5c65bc7e71ff4e1f7ce9178e26328e3.tar.bz2
serverdata-b3947f1be5c65bc7e71ff4e1f7ce9178e26328e3.tar.xz
serverdata-b3947f1be5c65bc7e71ff4e1f7ce9178e26328e3.zip
Prevent a rare condition where you would be saved at nulity
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r--npc/functions/soul_menhir.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt
index 8afd10bdc..0ec080261 100644
--- a/npc/functions/soul_menhir.txt
+++ b/npc/functions/soul_menhir.txt
@@ -15,7 +15,7 @@ function script SoulMenhir {
mes l("(A mystical aura surrounds this stone. You feel mysteriously attracted to it. Something tells you to touch it. What do you do?)");
menu
- l("Touch it."), L_Bind,
+ rif(@x && @y, l("Touch it.")), L_Bind,
rif($@GM_EVENT, l("Send soul to the Mana Plane for GM events")), L_Aeros,
rif($EVENT$ == "Valentine", l("[Valentine Day] Send soul to the Valentine Highlands!")), L_Valentine,
rif($EVENT$ == "Easter", l("[Easter] Send soul to the Mana Forest!")), L_Easter,