mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-07 09:27:51 +07:00
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:
parent
f6c97f4ff6
commit
d54b557a9f
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user