From 4057cc0e40a4b5bd22a5d71964909e47aa0e05b6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 2 Jan 2019 00:30:43 -0200 Subject: Bad syntax --- npc/024-1/teleporter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/024-1/teleporter.txt') 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."); -- cgit v1.2.3-60-g2f50