Balance & bugfixes

This commit is contained in:
Anuken
2020-09-05 22:58:07 -04:00
parent f87bd78674
commit e267519c6d
6 changed files with 16 additions and 13 deletions

View File

@@ -83,12 +83,6 @@ abstract class WaterMoveComp implements Posc, Velc, Hitboxc, Flyingc, Unitc{
}
}
@Replace
@Override
public boolean canDrown(){
return false;
}
@Replace
public float floorSpeedMultiplier(){
Floor on = isFlying() ? Blocks.air.asFloor() : floorOn();