diff options
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r-- | npc/functions/soul_menhir.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index f44cc7b3b..968eb83bf 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -25,9 +25,9 @@ function script SoulMenhir { // goto L_Return; L_Bind: - if (@map$ ~= "003-1" && !(TELEPORTERS & TP_TULIM)) + if (@map$ == "003-1" && !(TELEPORTERS & TP_TULIM)) TELEPORTERS=TELEPORTERS|TP_TULIM; - if (@map$ ~= "012-1" && !(TELEPORTERS & TP_HURNS)) + if (@map$ == "012-1" && !(TELEPORTERS & TP_HURNS)) TELEPORTERS=TELEPORTERS|TP_HURNS; if (Menhir_Activated == 1) |