Fix pill swallowing popup loc.

This commit is contained in:
Vera Aguilera Puerto
2021-10-23 10:59:53 +02:00
parent a29bc600b7
commit 0deaa9e18c

View File

@@ -181,7 +181,7 @@ namespace Content.Server.Nutrition.Components
SoundSystem.Play(Filter.Pvs(trueTarget), UseSound.GetSound(), trueTarget, AudioParams.Default.WithVolume(-1f));
trueTarget.PopupMessage(user, Loc.GetString(_eatMessage));
trueTarget.PopupMessage(user, Loc.GetString(_eatMessage, ("food", Owner)));
// If utensils were used
if (utensils != null)