Liquid turrets are used to give buff like wet but not do the damage. The ammo change is not appropriate.
This commit is contained in:
南门阳德 2023-01-17 00:07:00 +08:00 committed by GitHub
parent f6c97f4ff6
commit d54b557a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,16 +59,6 @@ public class LiquidTurret extends Turret{
}
public class LiquidTurretBuild extends TurretBuild{
@Override
public void onProximityAdded(){
super.onProximityAdded();
//add first ammo liquid to cheaty blocks so they can shoot properly
if(cheating() && ammoTypes.size > 0){
handleLiquid(this, ammoTypes.entries().next().key, 1f);
}
}
@Override
public boolean shouldActiveSound(){