summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-02 00:30:43 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-02 00:30:43 -0200
commit4057cc0e40a4b5bd22a5d71964909e47aa0e05b6 (patch)
treeca7d9cc73496cf2a33bd4c8735c965a4d270ff94 /npc/009-1
parent4ae55744e6097e90f2020c0069908e8ae9f7f8ce (diff)
downloadserverdata-4057cc0e40a4b5bd22a5d71964909e47aa0e05b6.tar.gz
serverdata-4057cc0e40a4b5bd22a5d71964909e47aa0e05b6.tar.bz2
serverdata-4057cc0e40a4b5bd22a5d71964909e47aa0e05b6.tar.xz
serverdata-4057cc0e40a4b5bd22a5d71964909e47aa0e05b6.zip
Bad syntax
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/teleporter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/teleporter.txt b/npc/009-1/teleporter.txt
index 2e1d61103..2cd54872d 100644
--- a/npc/009-1/teleporter.txt
+++ b/npc/009-1/teleporter.txt
@@ -11,7 +11,7 @@
end;
OnTouch:
- if (!TELEPORTERS & TP_HALIN) {
+ if (!(TELEPORTERS & TP_HALIN)) {
TELEPORTERS=TELEPORTERS|TP_HALIN;
mesn "Anise Inc.";
mesc l("Location Registered. You are now capable to use this warp gate.");