diff options
-rw-r--r-- | npc/functions/event.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index d6ee3fe44..0d78d5e9a 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -117,6 +117,7 @@ OnWarpTo: // Consume the ticket and begin the maze delitem EventDreamTicket, max(1, .@tickets+1); InitMaze(3600 + .@tickets); + setmapmask MAZE_MAP$, 2; dispbottom col(l("Reminder : Defeat the %s to win.", b("Gatekeeper")), 2); dispbottom l("Mana Plane - Dream Tower, %dÂș floor. Time limit: 60 minutes or death.", DTOWER_FLOOR); end; |