diff options
Diffstat (limited to 'npc/024-1/teleporter.txt')
-rw-r--r-- | npc/024-1/teleporter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-1/teleporter.txt b/npc/024-1/teleporter.txt index cdced77aa..665bce49a 100644 --- a/npc/024-1/teleporter.txt +++ b/npc/024-1/teleporter.txt @@ -11,7 +11,7 @@ end; OnTouch: - if (!TELEPORTERS & TP_FROST) { + if (!(TELEPORTERS & TP_FROST)) { TELEPORTERS=TELEPORTERS|TP_FROST; mesn "Anise Inc."; mesc l("Location Registered. You are now capable to use this warp gate."); |