summaryrefslogtreecommitdiff
path: root/npc/functions/soul_menhir.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-10 13:13:58 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-10 13:13:58 -0300
commit3428c42f3acbd3e6661d92d988c1cdefaa42264f (patch)
treead1fe716734d411e16116ab74d6809420e82b384 /npc/functions/soul_menhir.txt
parent9cdccc4bc94f87e8fa2f4647a9ddd807fff4ab51 (diff)
downloadserverdata-3428c42f3acbd3e6661d92d988c1cdefaa42264f.tar.gz
serverdata-3428c42f3acbd3e6661d92d988c1cdefaa42264f.tar.bz2
serverdata-3428c42f3acbd3e6661d92d988c1cdefaa42264f.tar.xz
serverdata-3428c42f3acbd3e6661d92d988c1cdefaa42264f.zip
Replace ~= with compare() in several places.
Make notes about how EXP on PVP shall work. And later, that will give place to an honor system :3 But that's priority 2 out of a maximum of 7, so, only notes for now.
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r--npc/functions/soul_menhir.txt4
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)