You can no longer fast swim with WaterSpout.

This commit is contained in:
MistPhizzle 2014-07-16 21:00:12 -04:00
parent 70f7601bbd
commit f2fbd2398b
3 changed files with 3 additions and 2 deletions

View file

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

View file

@ -784,7 +784,7 @@ public class PKListener implements Listener {
if (entity instanceof Player) {
Player player = (Player) entity;
if (Methods.getBoundability(player) != null && Methods.getBoundAbility(player).equalsIgnoreCase("HeatControl")) {
if (Methods.getBoundAbility(player) != null && Methods.getBoundAbility(player).equalsIgnoreCase("HeatControl")) {
if (event.getCause() == DamageCause.FIRE || event.getCause() == DamageCause.FIRE_TICK) {
event.setCancelled(true);
}

View file

@ -1,6 +1,6 @@
name: ProjectKorra
author: ProjectKorra
version: 1.2.0 BETA 10
version: 1.2.0 BETA 11
main: com.projectkorra.ProjectKorra.ProjectKorra
commands:
projectkorra: