This commit is contained in:
LankLTE
2023-08-03 22:21:28 -07:00
committed by GitHub
parent 94e2c7a4b0
commit 70545f4873
71 changed files with 982 additions and 659 deletions

View File

@@ -36,14 +36,11 @@ namespace Content.Server.Nutrition.Components
public bool UtensilRequired = false;
/// <summary>
/// If this is set to true, eating this food will require you to have a stomach with a
/// If this is set to true, food can only be eaten if you have a stomach with a
/// <see cref="StomachComponent.SpecialDigestible"/> that includes this entity in its whitelist,
/// rather than just being digestible by anything that can eat food.
/// Whitelist the food component to allow eating of normal food.
/// </summary>
/// <remarks>
/// TODO think about making this a little more complex, right now you cant disallow mobs from eating stuff
/// that everyone else can eat
/// </remarks>
[DataField("requiresSpecialDigestion")]
public bool RequiresSpecialDigestion = false;