Skip to content

Commit

Permalink
Engine Shennanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Nov 22, 2024
1 parent 9044f00 commit 1146c5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed partial class BloodCultRuleComponent : Component
public ProtoId<NpcFactionPrototype> BloodCultFaction = "GeometerOfBlood";

[DataField]
public ProtoId<EntityPrototype> HarvesterPrototype = "ConstructHarvester";
public EntProtoId HarvesterPrototype = "ConstructHarvester";

[DataField]
public Color EyeColor = Color.FromHex("#f80000");
Expand Down

0 comments on commit 1146c5b

Please sign in to comment.