diff options
-rw-r--r-- | npc/functions/teleporter.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/functions/teleporter.txt b/npc/functions/teleporter.txt index 3a762f163..fc6afd973 100644 --- a/npc/functions/teleporter.txt +++ b/npc/functions/teleporter.txt @@ -42,9 +42,6 @@ function script TeleporterGate { rif(TELEPORTERS & TP_BOSSR && .@IF != TP_BOSSR, l("Moubootaur Maze")), TP_BOOSR, l("None"), -1; mes ""; - // Fortress Override - if (@menuret == TP_FORT && !$FORTRESS_STATE) - @menuret=-1; // Proccess menu if (@menuret != -1) |