From 0419c5b84ff23c488472efdd2516105e93709c4c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Dec 2020 20:45:32 -0300 Subject: Fix bugs regarding invalid warp to Nivalis (breaks several stuff in other towns) --- 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 c498be6ea..c192b5f66 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -20,7 +20,7 @@ function script SoulMenhir { 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, rif($EVENT$ == "Worker", l("[Worker Day] Send soul to the Contributor Cave!")), L_Worker, - rif($EVENT$ == "Christmas", l("[Christmas] Send soul to the Christmas Workshop!")), L_Xmas, // TODO: In future there'll be an event map + rif($EVENT$ == "Christmas" && BaseLevel >= 20, l("[Christmas] Send soul to the Christmas Workshop!")), L_Xmas, // TODO: In future there'll be an event map l("Leave it alone."), -; return; -- cgit v1.2.3-70-g09d2