FlyingComp cleanup

This commit is contained in:
Anuken
2021-08-22 10:21:20 -04:00
parent c605418e33
commit 50d01ef6f8
2 changed files with 12 additions and 1 deletions

View File

@@ -44,6 +44,13 @@ abstract class WaterMoveComp implements Posc, Velc, Hitboxc, Flyingc, Unitc{
return Pathfinder.costNaval;
}
//don't want obnoxious splashing
@Override
@Replace
public boolean emitWalkSound(){
return false;
}
@Override
public void add(){
tleft.clear();