summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/soul_menhir.txt2
1 files changed, 2 insertions, 0 deletions
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;