Added missing tech tree blocks
This commit is contained in:
@@ -33,7 +33,7 @@ public class ForceProjector extends Block{
|
||||
|
||||
private static ForceProjectorEntity paramEntity;
|
||||
private static final Cons<Shielderc> shieldConsumer = trait -> {
|
||||
if(trait.team() != paramEntity.team() && Intersector.isInsideHexagon(paramEntity.x, paramEntity.y, paramEntity.realRadius() * 2f, trait.x(), trait.y())){
|
||||
if(trait.team() != paramEntity.team && Intersector.isInsideHexagon(paramEntity.x, paramEntity.y, paramEntity.realRadius() * 2f, trait.x(), trait.y())){
|
||||
trait.absorb();
|
||||
Fx.absorb.at(trait);
|
||||
paramEntity.hit = 1f;
|
||||
|
||||
@@ -26,7 +26,6 @@ public class StackConveyor extends Block implements Autotiler{
|
||||
|
||||
public float speed = 0f;
|
||||
public boolean splitOut = true;
|
||||
public float displayedSpeed = 30f;
|
||||
public float recharge = 2f;
|
||||
|
||||
public StackConveyor(String name){
|
||||
|
||||
Reference in New Issue
Block a user