Changed back overflow gate speed
This commit is contained in:
@@ -10,7 +10,7 @@ import io.anuke.mindustry.world.meta.BlockGroup;
|
|||||||
import java.io.*;
|
import java.io.*;
|
||||||
|
|
||||||
public class OverflowGate extends Block{
|
public class OverflowGate extends Block{
|
||||||
protected float speed = 8f;
|
protected float speed = 1f;
|
||||||
|
|
||||||
public OverflowGate(String name){
|
public OverflowGate(String name){
|
||||||
super(name);
|
super(name);
|
||||||
@@ -35,7 +35,6 @@ public class OverflowGate extends Block{
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void update(Tile tile){
|
public void update(Tile tile){
|
||||||
OverflowGateEntity entity = tile.entity();
|
OverflowGateEntity entity = tile.entity();
|
||||||
|
|||||||
Reference in New Issue
Block a user