Moths. (#18593)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user