From b3947f1be5c65bc7e71ff4e1f7ce9178e26328e3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 May 2020 15:30:36 -0300 Subject: Prevent a rare condition where you would be saved at nulity --- npc/functions/soul_menhir.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') 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, -- cgit v1.2.3-60-g2f50