it fires - getting remaining soil uses for reset
This commit is contained in:
@@ -270,16 +270,6 @@ namespace AbsorbentSoil
|
||||
}
|
||||
}
|
||||
|
||||
[HarmonyPatch(typeof(Pot), "OnPlantFullyHarvested")]
|
||||
internal static class Pot_OnPlantFullyHarvested_Patch
|
||||
{
|
||||
public static void Postfix(Pot __instance)
|
||||
{
|
||||
// Intentionally do nothing. This patch exists as a reminder that retained additives should survive harvest.
|
||||
// Do NOT clear AdditiveMemory here, because long-life/extra-long-life soil should carry additives forward.
|
||||
}
|
||||
}
|
||||
|
||||
[HarmonyPatch(typeof(Pot), "OnPlantFullyHarvested")]
|
||||
internal static class Pot_OnPlantFullyHarvested_Patch
|
||||
{
|
||||
@@ -307,7 +297,7 @@ namespace AbsorbentSoil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[HarmonyPatch(typeof(Plant), nameof(Plant.AdditiveApplied))]
|
||||
internal static class Plant_AdditiveApplied_Patch
|
||||
{
|
||||
|
||||
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("AbsorbentSoil")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdf41b25678969e3fac301d7465f02226d5d3125")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c81eda518c4dc37d7c33aea9be3dc937cc9f721a")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AbsorbentSoil")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AbsorbentSoil")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
672b76dd04a707c049e964af103b4f06e1081fd0b4decdbfaad45890e1b78a75
|
||||
9c6b26084cb96fd78db85383b86eb4d039e88318cd7d033961d3866d747ac03a
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user