Another batch of DoAfter fixes (#14351)
This commit is contained in:
@@ -42,11 +42,16 @@ namespace Content.Server.Nutrition.Components
|
||||
|
||||
/// <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>
|
||||
/// Is this entity eating or being fed?
|
||||
/// </summary>
|
||||
[DataField(("eating"))]
|
||||
public bool Eating;
|
||||
|
||||
/// <summary>
|
||||
/// How long it takes to eat the food personally.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user