Skip to content

Commit

Permalink
Remove growth vat storage owner patch (fixed in vanilla)
Browse files Browse the repository at this point in the history
Remove the storage parent fix (#407) for growth vat, as this was fixed by vanilla.
  • Loading branch information
SokyranTheDragon committed Apr 29, 2024
1 parent 67d1537 commit 6da5e9b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/Client/Patches/Patches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,6 @@ static void Postfix(PawnTextureAtlas __instance)
[HarmonyPatch]
public static class StoragesKeepsTheirOwners
{
[HarmonyPostfix]
[HarmonyPatch(typeof(Building_GrowthVat), nameof(Building_GrowthVat.ExposeData))]
static void PostBuildingGrowthVat(Building_GrowthVat __instance)
=> FixStorage(__instance, __instance.allowedNutritionSettings);

[HarmonyPostfix]
[HarmonyPatch(typeof(CompBiosculpterPod), nameof(CompBiosculpterPod.PostExposeData))]
static void PostCompBiosculpterPod(CompBiosculpterPod __instance)
Expand Down

0 comments on commit 6da5e9b

Please sign in to comment.