Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Fix to CompDiseasesAfterPeriod
Browse files Browse the repository at this point in the history
  • Loading branch information
juanosarg committed May 3, 2022
1 parent f594fbc commit 91ea742
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified 1.3/Assemblies/VFECore.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ public CompProperties_DiseasesAfterPeriod Props
}
}

public override void PostExposeData()
{
base.PostExposeData();
Scribe_Values.Look<int>(ref this.tickCounter, "tickCounter", 0, false);
}

public override void CompTick()
{
base.CompTick();
Expand Down

0 comments on commit 91ea742

Please sign in to comment.