Fix food eat message not having loc argument passed in.

This commit is contained in:
Vera Aguilera Puerto
2022-03-23 16:08:44 +01:00
parent 53d8449170
commit ba566ff216
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ namespace Content.Server.Nutrition.Components
[DataField("utensilRequired")]
public bool UtensilRequired = false;
/// <summary>
/// The localization identifier for the eat message. Needs a "food" entity argument passed to it.
/// </summary>
[DataField("eatMessage")]
public string EatMessage = "food-nom";