diff options
Diffstat (limited to 'npc/011-3/flood.txt')
-rw-r--r-- | npc/011-3/flood.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/011-3/flood.txt b/npc/011-3/flood.txt index 4ff712b7c..8f9e6265d 100644 --- a/npc/011-3/flood.txt +++ b/npc/011-3/flood.txt @@ -48,6 +48,7 @@ OnSkipFlood: // If it is flooded, unflood it to prevent players getting struck for too long killmonster("011-3", "#EternalSwampCore::OnSwampMob"); addmapmask "011-3", MASK_SPECIAL; + addmapmask "011-4", MASK_SPECIAL; //debugmes "[Flood] UF - Del Cells"; delcells "ESwpBridge1"; delcells "ESwpBridge2"; @@ -84,6 +85,7 @@ OnSkipFlood: if (rand2(0,100) < .@odds) { if ($@GM_OVERRIDE) debugmes "[Flood] F - Flooding"; removemapmask "011-3", MASK_SPECIAL; + removemapmask "011-4", MASK_SPECIAL; //debugmes "[Flood] F - Adding Cells"; setcells "011-3", 37, 22, 39, 24, 1, "ESwpBridge1"; |