WaterSpout and fast swim can work together

This commit is contained in:
MistPhizzle 2014-06-28 21:32:54 -04:00
parent e838c583dd
commit 3081d61f68

View file

@ -85,7 +85,6 @@ public class AbilityModuleManager {
if (a == StockAbilities.OctopusForm) shiftabilities.add(a.name());
if (a == StockAbilities.Torrent) shiftabilities.add(a.name());
if (a == StockAbilities.WaterManipulation) shiftabilities.add(a.name());
if (a == StockAbilities.WaterSpout) shiftabilities.add(a.name());
if (a == StockAbilities.IceSpike) shiftabilities.add(a.name());
}
}