From 31af10b9574fccd596c173fec7392ccb457f7d00 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Wed, 15 Jan 2020 17:46:22 -0500 Subject: [PATCH] Added Map --- Classic/prefs/SetMapLimits.cs | 1 + Classic/prefs/evo_mapRotation.cs | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Classic/prefs/SetMapLimits.cs b/Classic/prefs/SetMapLimits.cs index c0bd37a..89869a7 100644 --- a/Classic/prefs/SetMapLimits.cs +++ b/Classic/prefs/SetMapLimits.cs @@ -513,6 +513,7 @@ $Host::MapPlayerLimitsRampartsDM_DM = %min SPC %max; $Host::MapPlayerLimitsShrineDM_DM = %min SPC %max; $Host::MapPlayerLimitsLiveBaitDM_DM = %min SPC %max; $Host::MapPlayerLimitsFourSquareDM_DM = %min SPC %max; +$Host::MapPlayerLimitsBrigDM_DM = %min SPC %max; diff --git a/Classic/prefs/evo_mapRotation.cs b/Classic/prefs/evo_mapRotation.cs index 6254dfd..f8b1768 100644 --- a/Classic/prefs/evo_mapRotation.cs +++ b/Classic/prefs/evo_mapRotation.cs @@ -92,8 +92,8 @@ addRotationMap(S5_Mimicry, CTF, 1, 1); addRotationMap(TWL_Snowblind, CTF, 1, 0); addRotationMap(ShortFall, CTF, 1, 1); addRotationMap(IceRidge_nef, CTF, 1, 1); -addRotationMap(Disjointed, CTF, 1, 1); -addRotationMap(TWL2_MuddySwamp, CTF, 1, 1); +addRotationMap(Disjointed, CTF, 1, 0); +addRotationMap(TWL2_MuddySwamp, CTF, 1, 0); addRotationMap(Blink, CTF, 1, 1); addRotationMap(HighAnxiety, CTF, 1, 1); addRotationMap(Headstone, CTF, 1, 1); @@ -128,7 +128,7 @@ addRotationMap(SoylentGreen, CTF, 1, 0); addRotationMap(TWL2_MidnightMayhemDeluxe, CTF, 1, 0); addRotationMap(Nightdance, CTF, 1, 0); addRotationMap(Ramparts, CTF, 1, 0); -addRotationMap(TWL2_Celerity, CTF, 1, 0); +addRotationMap(TWL2_Celerity, CTF, 1, 1); addRotationMap(Blastside_nef, CTF, 1, 0); addRotationMap(Infernus, CTF, 1, 0); addRotationMap(NatureMagic, CTF, 1, 0); @@ -294,7 +294,7 @@ addRotationMap(SaddiesHill, LakRabbit, 1, 1); addRotationMap(HavenLak, LakRabbit, 1, 0); addRotationMap(LushLak, LakRabbit, 1, 1); addRotationMap(BoxLak, LakRabbit, 1, 1); -addRotationMap(TitaniaLak, LakRabbit, 1, 1); +addRotationMap(TitaniaLak, LakRabbit, 1, 0); addRotationMap(TibbawLak, LakRabbit, 1, 1); addRotationMap(InfernusLak, LakRabbit, 1, 1); addRotationMap(S8_GeothermalLak, LakRabbit, 1, 1); @@ -310,7 +310,7 @@ addRotationMap(Sulfide, LakRabbit, 1, 0); addRotationMap(FrozenFuryLak, LakRabbit, 1, 0); addRotationMap(Arrakis, LakRabbit, 1, 0); addRotationMap(EquinoxLak, LakRabbit, 1, 0); -addRotationMap(PhasmaDustLak, LakRabbit, 1, 0); +addRotationMap(PhasmaDustLak, LakRabbit, 1, 1); addRotationMap(GodsRiftLak, LakRabbit, 1, 0); addRotationMap(SolsDescentLak, LakRabbit, 1, 0); addRotationMap(Crater71Lak, LakRabbit, 1, 0); @@ -483,6 +483,7 @@ addRotationMap(RampartsDM, DM, 1, 1); addRotationMap(ShrineDM, DM, 1, 1); addRotationMap(LiveBaitDM, DM, 1, 1); addRotationMap(FourSquareDM, DM, 1, 1); +addRotationMap(BrigDM, DM, 1, 1);