floor recharger examine charge rate (#17074)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-06-03 19:09:18 +00:00
committed by GitHub
parent 2bef7bfa38
commit 304832dcf6

View File

@@ -37,7 +37,7 @@ internal sealed class ChargerSystem : EntitySystem
private void OnChargerExamine(EntityUid uid, ChargerComponent component, ExaminedEvent args)
{
args.PushMarkup(Loc.GetString("charger-examine", ("color", "yellow"), ("chargeRate", component.ChargeRate)));
args.PushMarkup(Loc.GetString("charger-examine", ("color", "yellow"), ("chargeRate", (int) component.ChargeRate)));
}
public override void Update(float frameTime)