Puddle drink fixes (#16661)

This commit is contained in:
Kara
2023-05-20 20:05:22 -07:00
committed by GitHub
parent e11465c5cb
commit 44657522f0
3 changed files with 21 additions and 6 deletions

View File

@@ -42,6 +42,9 @@ namespace Content.Server.Nutrition.Components
[DataField("delay")]
public float Delay = 1;
[DataField("examinable")]
public bool Examinable = true;
/// <summary>
/// This is how many seconds it takes to force feed someone this drink.
/// </summary>