燃料装填

This commit is contained in:
2025-10-04 14:52:13 +08:00
parent 6f9996c5df
commit 7bf28aa66b
7 changed files with 186 additions and 4 deletions

View File

@@ -63,10 +63,7 @@ namespace ArachnaeSwarm
fuelNeeded = TargetFuelLevel - Fuel;
}
if (totalNutritionGained > 0 && Props.fuelGizmoLabel != null)
{
Messages.Message("MessageRefueled".Translate(parent.LabelShort, totalNutritionGained.ToString("0.##"), Props.fuelGizmoLabel), parent, MessageTypeDefOf.PositiveEvent);
}
// Let the job driver handle the message. This component should only handle logic.
}
public void ReceiveFuel(float amount)