This commit is contained in:
2025-09-22 17:19:43 +08:00
parent 7da2bcc223
commit 67c14918f8
4 changed files with 1 additions and 9 deletions

View File

@@ -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)
{