diff options
Diffstat (limited to 'world/map/npc/099-8/mobs.txt')
-rw-r--r-- | world/map/npc/099-8/mobs.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/099-8/mobs.txt b/world/map/npc/099-8/mobs.txt index 67518836..b46efc08 100644 --- a/world/map/npc/099-8/mobs.txt +++ b/world/map/npc/099-8/mobs.txt @@ -14,6 +14,10 @@ OnClock1200: goto L_Main; L_Main: + // Do not waste RAM/CPU if we don't need it + if ($DOOMSDAY_TWARP) + end; + // 1 MONSTER PER 30 TILES, TOTAL 4320 MONSTERS // 1440 monsters of each kind // 360 monsters per quadrand; Center is the pillar in (201, 201) |