Fix drink examine text (#24241)
This commit is contained in:
@@ -147,7 +147,7 @@ public sealed class DrinkSystem : EntitySystem
|
||||
if (TryComp<ExaminableSolutionComponent>(entity, out var comp))
|
||||
{
|
||||
//provide exact measurement for beakers
|
||||
args.AddMarkup(Loc.GetString("drink-component-on-examine-exact-volume", ("amount", DrinkVolume(entity, entity.Comp))));
|
||||
args.PushText(Loc.GetString("drink-component-on-examine-exact-volume", ("amount", DrinkVolume(entity, entity.Comp))));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user