Update Pump.java
This commit is contained in:
@@ -15,7 +15,7 @@ import static mindustry.Vars.*;
|
|||||||
|
|
||||||
public class Pump extends LiquidBlock{
|
public class Pump extends LiquidBlock{
|
||||||
/** Pump amount per tile. */
|
/** Pump amount per tile. */
|
||||||
protected float pumpAmount = 0.2f;
|
public float pumpAmount = 0.2f;
|
||||||
|
|
||||||
public Pump(String name){
|
public Pump(String name){
|
||||||
super(name);
|
super(name);
|
||||||
|
|||||||
Reference in New Issue
Block a user