暂存
This commit is contained in:
@@ -51,11 +51,6 @@ namespace ArachnaeSwarm
|
||||
|
||||
private bool CanFireGlobal(out string reason)
|
||||
{
|
||||
if (!this.powerComp.PowerOn)
|
||||
{
|
||||
reason = "NoPower".Translate().CapitalizeFirst();
|
||||
return false;
|
||||
}
|
||||
var refuelableComp = this.TryGetComp<CompRefuelable>();
|
||||
if (refuelableComp != null && !refuelableComp.HasFuel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user