diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-02 00:30:43 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-02 00:30:43 -0200 |
commit | 4057cc0e40a4b5bd22a5d71964909e47aa0e05b6 (patch) | |
tree | ca7d9cc73496cf2a33bd4c8735c965a4d270ff94 /npc/009-1/teleporter.txt | |
parent | 4ae55744e6097e90f2020c0069908e8ae9f7f8ce (diff) | |
download | serverdata-4057cc0e40a4b5bd22a5d71964909e47aa0e05b6.tar.gz serverdata-4057cc0e40a4b5bd22a5d71964909e47aa0e05b6.tar.bz2 serverdata-4057cc0e40a4b5bd22a5d71964909e47aa0e05b6.tar.xz serverdata-4057cc0e40a4b5bd22a5d71964909e47aa0e05b6.zip |
Bad syntax
Diffstat (limited to 'npc/009-1/teleporter.txt')
-rw-r--r-- | npc/009-1/teleporter.txt | 2 |
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."); |