goats eat kudzu again (#40220)

* kudzu edible, food htn starts at peckish, no nutrition needed for npc to eat

* fix kudzu tags

* remove old stomach 2 from ruminant body

* make kudzu nutrition non-zero

* skip targeting food if nutrition is zero

* move edible from baseKudzu
This commit is contained in:
qwerltaz
2025-10-21 11:46:09 +02:00
committed by GitHub
parent 7bef430b21
commit 20e0c41995
6 changed files with 10 additions and 13 deletions

View File

@@ -42,13 +42,6 @@ public sealed partial class FoodComponent : Component
[DataField]
public bool RequiresSpecialDigestion;
/// <summary>
/// Stomachs required to digest this entity.
/// Used to simulate 'ruminant' digestive systems (which can digest grass)
/// </summary>
[DataField]
public int RequiredStomachs = 1;
/// <summary>
/// The localization identifier for the eat message. Needs a "food" entity argument passed to it.
/// </summary>