diff options
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r-- | npc/functions/soul_menhir.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 9b6bc420d..d08e09b71 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -24,6 +24,11 @@ function script SoulMenhir { // goto L_Return; L_Bind: + if (@map$ ~= "003-1" && !(TELEPORTERS & TP_TULIM)) + TELEPORTERS=TELEPORTERS|TP_TULIM; + if (@map$ ~= "012-1" && !(TELEPORTERS & TP_HURNS)) + TELEPORTERS=TELEPORTERS|TP_HURNS; + if (Menhir_Activated == 1) goto L_Shortversion; |