Bat shall no longer sink slowly
This commit is contained in:
parent
3d26348b69
commit
832a2a4d30
@ -160,8 +160,9 @@ public abstract class Disguise {
|
||||
velocitySpeed = 0.0221;
|
||||
break;
|
||||
case SPIDER:
|
||||
case BAT:
|
||||
case CAVE_SPIDER:
|
||||
velocitySpeed = 0.0040;
|
||||
velocitySpeed = 0.004;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user