Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Aug 31, 2024
1 parent 945b229 commit 17c836f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ public sealed partial class VampirismComponent : Component
[DataField]
public HashSet<ProtoId<MetabolizerTypePrototype>> MetabolizerPrototypes = new() { "Vampiric", "Animal" };

[DataField]
public List<MetabolismGroupEntry> AddedMetabolismGroups = new(), RemovedMetabolismGroups = new();

/// <summary>
/// A whitelist for what special-digestible-required foods the vampire's stomach is capable of eating.
/// </summary>
Expand Down

0 comments on commit 17c836f

Please sign in to comment.