Skip to content

Commit

Permalink
Update StomachComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Mar 31, 2024
1 parent a93646a commit 06c29ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Content.Server/Body/Components/StomachComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,11 @@ public ReagentDelta(ReagentQuantity reagentQuantity)
/// </summary>
[DataField]
public bool TrashDigestion;

/// <summary>
/// Frontier - Allow eating fiber like food (Moth food)
/// </summary>
[DataField]
public bool FiberDigestion;
}
}

0 comments on commit 06c29ad

Please sign in to comment.