mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-01 20:04:02 +07:00
Update Pump.java
This commit is contained in:
parent
b1b84fe380
commit
f03c022db8
@ -15,7 +15,7 @@ import static mindustry.Vars.*;
|
||||
|
||||
public class Pump extends LiquidBlock{
|
||||
/** Pump amount per tile. */
|
||||
protected float pumpAmount = 0.2f;
|
||||
public float pumpAmount = 0.2f;
|
||||
|
||||
public Pump(String name){
|
||||
super(name);
|
||||
|
Loading…
Reference in New Issue
Block a user