diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-09-13 19:08:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-09-13 19:08:54 -0300 |
commit | 14821ec28946067440ed6f02ad401c7efc28756a (patch) | |
tree | 1cc2a5cb95e9ff05d0c9d4b9193575b5f1342ac6 | |
parent | e9fcb9e796605ff03a6c2a3e9aa46ee29ac76a6d (diff) | |
download | serverdata-14821ec28946067440ed6f02ad401c7efc28756a.tar.gz serverdata-14821ec28946067440ed6f02ad401c7efc28756a.tar.bz2 serverdata-14821ec28946067440ed6f02ad401c7efc28756a.tar.xz serverdata-14821ec28946067440ed6f02ad401c7efc28756a.zip |
Minor visual "improvement" for Dream Towers.
Just to make them more interesting. It's not fair only Boss Raid gets these.
-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; |