Fix pill swallowing popup loc.
This commit is contained in:
@@ -181,7 +181,7 @@ namespace Content.Server.Nutrition.Components
|
|||||||
|
|
||||||
SoundSystem.Play(Filter.Pvs(trueTarget), UseSound.GetSound(), trueTarget, AudioParams.Default.WithVolume(-1f));
|
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 were used
|
||||||
if (utensils != null)
|
if (utensils != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user