燃料装填
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user