Fixed examine things (#308)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
4dcbf28714
commit
be4197351a
@@ -161,6 +161,7 @@ namespace Content.Server.GameObjects.Components.Interactable.Tools
|
||||
message.AddText("Fuel: ");
|
||||
message.PushColor(Fuel < FuelCapacity / 4f ? Color.DarkOrange : Color.Orange);
|
||||
message.AddText($"{Math.Round(Fuel)}/{FuelCapacity}");
|
||||
message.AddText(".");
|
||||
message.Pop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user