Re-Add AirScooter.setSpeed()

Used in PK Items
This commit is contained in:
MistPhizzle 2015-08-03 19:25:52 -04:00
parent 2e43a27183
commit 0599d39da9

View file

@ -92,6 +92,10 @@ public class AirScooter extends CoreAbility {
public double getSpeed() {
return speed;
}
public void setSpeed(double value) {
this.speed = value; // Used in PK Items
}
@Override
public StockAbility getStockAbility() {