From 4876c9be74b5fef458096158baff5428471c914c Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 18 Aug 2018 20:02:12 -0400 Subject: [PATCH] Added Sulfide --- prefs/evo_mapRotation.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prefs/evo_mapRotation.cs b/prefs/evo_mapRotation.cs index e85f545..4b1481b 100644 --- a/prefs/evo_mapRotation.cs +++ b/prefs/evo_mapRotation.cs @@ -245,7 +245,7 @@ addRotationMap("LushLak", LakRabbit, 1, 1); addRotationMap("PhasmaDustLak", LakRabbit, 1, 1); addRotationMap("BoxLak", LakRabbit, 1, 0); addRotationMap("DamnnationLak", LakRabbit, 1, 0); -addRotationMap("TitanLak", LakRabbit, 1, 0); +addRotationMap("TitaniaLak", LakRabbit, 1, 0); addRotationMap("TWL2_MuddySwampLak", LakRabbit, 0, 0); addRotationMap("SandStormLak", LakRabbit, 1, 0); addRotationMap("BeggarsRunLak", LakRabbit, 1, 0); @@ -257,6 +257,7 @@ addRotationMap("Arrakis", LakRabbit, 1, 0); addRotationMap("EquinoxLak", LakRabbit, 1, 0); addRotationMap("FrozenFuryLak", LakRabbit, 1, 0); addRotationMap("S8_GeothermalLak", LakRabbit, 1, 1); +addRotationMap("Sulfide", LakRabbit, 1, 1);