From a1b3ef4c267c5698aa9f63b60adea45ff96b45f6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 May 2020 12:42:04 -0300 Subject: Nivalis Soul Menhir now sets the teleport point (for warp crystal) --- npc/functions/soul_menhir.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 732322ba1..91c670961 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -29,6 +29,8 @@ L_Bind: TELEPORTERS=TELEPORTERS|TP_TULIM; if (@map$ == "012-1" && !(TELEPORTERS & TP_HURNS)) TELEPORTERS=TELEPORTERS|TP_HURNS; + if (@map$ == "020-1" && !(TELEPORTERS & TP_NIVAL)) + TELEPORTERS=TELEPORTERS|TP_NIVAL; if (Menhir_Activated == 1) goto L_Shortversion; -- cgit v1.2.3-60-g2f50