diff --git a/Projects/InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs b/Projects/InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs index 6624260..ec55f5c 100644 --- a/Projects/InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs +++ b/Projects/InfectionFreeZone/InfectionFreeZone/InfectionFreeZone.cs @@ -179,10 +179,13 @@ namespace InfectionFreeZone { } } - [HarmonyPostfix] - [HarmonyPatch(typeof(ScavengeWork), MethodType.Constructor, - typeof(float), typeof(List))] + // [HarmonyPostfix] + // [HarmonyPatch(typeof(ScavengeWork), MethodType.Constructor, + // typeof(float), typeof(List))] public static void PostfixScavengeWork(ref ScavengeWork __instance) { + // This is saved to save file... + // So every time it's fucking modified + // Fuck me if (Main.resourceScavengingMultiplierDebug.Value) Console.WriteLine($"Scavenge work created"); if (Main.resourceGatheringMultiplier.Value > 0) {