From 616d83ba08f07df80f89f39e9157ad8c89d71a47 Mon Sep 17 00:00:00 2001 From: c0ffee12 Date: Thu, 29 Jul 2021 08:51:28 -0700 Subject: [PATCH] movespeed buffs --- .../1.3/Assemblies/CRIALactation.dll | Bin 11776 -> 11776 bytes .../PreceptDefs/Precepts_Lactating_Role.xml | 6 +++--- ...Milk_HumanCompHasGatherableBodyResource.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRIALactation/1.3/Assemblies/CRIALactation.dll b/CRIALactation/1.3/Assemblies/CRIALactation.dll index 862e04e2e2295ea8bd4eef055ee5c11ef00ba934..603de228578489fb1e7966c7c01033c4dc15042b 100644 GIT binary patch delta 44 zcmZpOX^5H7!BYC?eecGeBo;=K&F@)QWd)wvx8
  • -
  • +
  • WorkSpeedGlobal - -0.5 + 0.25
  • MoveSpeed - -0.35 + 0.6
  • 2 diff --git a/CRIALactation/Source/HarmonyPatches/RJW/HarmonyPatch_Milk_HumanCompHasGatherableBodyResource.cs b/CRIALactation/Source/HarmonyPatches/RJW/HarmonyPatch_Milk_HumanCompHasGatherableBodyResource.cs index 3de411b..f2a9ed0 100644 --- a/CRIALactation/Source/HarmonyPatches/RJW/HarmonyPatch_Milk_HumanCompHasGatherableBodyResource.cs +++ b/CRIALactation/Source/HarmonyPatches/RJW/HarmonyPatch_Milk_HumanCompHasGatherableBodyResource.cs @@ -101,7 +101,7 @@ namespace CRIALactation Pawn p = __instance.parent as Pawn; if (p.Ideo.GetRole(p).def == PreceptDefOf_Lactation.IdeoRole_Hucow) { - __result = 65; + __result = 45; } } }