mc for onslort 1.4

This commit is contained in:
c0ffee 2023-02-05 19:05:01 -08:00
parent 711a61a31a
commit 396cbb8c56
23 changed files with 237 additions and 43 deletions

View file

@ -7,6 +7,7 @@ using Verse;
namespace CRIALactation
{
/*
public class HediffCompProperties_LactationInduction : HediffCompProperties
{
public HediffCompProperties_LactationInduction()
@ -14,4 +15,5 @@ namespace CRIALactation
this.compClass = typeof(HediffComp_LactationInduction);
}
}
*/
}

View file

@ -7,6 +7,7 @@ using Verse;
namespace CRIALactation
{
/*
public class HediffComp_LactationInduction : HediffComp
{
private readonly int OneDayInTicks = 60000;
@ -23,6 +24,9 @@ namespace CRIALactation
public bool canMassage()
{
return tickLastMassaged + OneDayInTicks / TimesMassagedADay < GenTicks.TicksGame;
}
@ -35,4 +39,5 @@ namespace CRIALactation
}
}
*/
}