Fixed ConsumeGenerator 'kickstarting'
This commit is contained in:
@@ -510,6 +510,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
||||
|
||||
public void created(){}
|
||||
|
||||
/** @return whether this block is currently "active" and should be consuming requirements. */
|
||||
public boolean shouldConsume(){
|
||||
return enabled;
|
||||
}
|
||||
@@ -518,6 +519,11 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
||||
return true;
|
||||
}
|
||||
|
||||
/** @return whether this building is currently "burning" a trigger consumer (an item) - if true, valid() on those will return true. */
|
||||
public boolean consumeTriggerValid(){
|
||||
return false;
|
||||
}
|
||||
|
||||
public float getPowerProduction(){
|
||||
return 0f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user