@@ -40,6 +40,13 @@ namespace Content.Server.Nutrition.Components
|
||||
[DataField("eatMessage")]
|
||||
public string EatMessage = "food-nom";
|
||||
|
||||
/// <summary>
|
||||
/// Is this entity being forcefed?
|
||||
/// Prevents the entity from being forced to eat multiple times if not self
|
||||
/// </summary>
|
||||
[DataField("forceFeed")]
|
||||
public bool ForceFeed;
|
||||
|
||||
/// <summary>
|
||||
/// How long it takes to eat the food personally.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user