Another batch of DoAfter fixes (#14351)

This commit is contained in:
keronshb
2023-03-05 00:26:03 -05:00
committed by GitHub
parent 417569fe2e
commit eff088189d
11 changed files with 124 additions and 42 deletions

View File

@@ -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>