mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
mc for onslort 1.4
This commit is contained in:
parent
711a61a31a
commit
396cbb8c56
23 changed files with 237 additions and 43 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
@ -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
|
|||
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue