No payload source power

This commit is contained in:
Anuken
2021-06-04 11:35:01 -04:00
parent 8ec62e9dba
commit 944b9ae2cf
5 changed files with 5 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ public class PayloadSource extends PayloadBlock{
size = 3;
update = true;
outputsPayload = true;
hasPower = true;
hasPower = false;
rotate = true;
configurable = true;
//make sure to display large units.

View File

@@ -4,7 +4,6 @@ import mindustry.world.blocks.power.*;
import mindustry.world.meta.*;
public class PowerSource extends PowerNode{
public float powerProduction = 10000f;
public PowerSource(String name){