mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
1.5x normal rate
This commit is contained in:
parent
a2327fc291
commit
4054d98254
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -53,7 +53,7 @@ namespace CRIALactation
|
|||
Pawn pawn = __instance.parent as Pawn;
|
||||
if(pawn.Ideo.HasPrecept(PreceptDefOf_Lactation.Lactating_Essential))
|
||||
{
|
||||
return resourcesIntervalDays * 0.5f;
|
||||
return resourcesIntervalDays * 0.666f; //1.5x normal rate
|
||||
}
|
||||
|
||||
return resourcesIntervalDays;
|
||||
|
|
Loading…
Reference in a new issue