diff --git a/Source/Mods/VanillaExpandedFramework.cs b/Source/Mods/VanillaExpandedFramework.cs index 0b17ea9..c851ad0 100644 --- a/Source/Mods/VanillaExpandedFramework.cs +++ b/Source/Mods/VanillaExpandedFramework.cs @@ -184,7 +184,7 @@ private static void PatchExtraPregnancyApproaches() MpCompat.RegisterLambdaDelegate( "VFECore.SocialCardUtility_DrawPregnancyApproach_Patch", "AddPregnancyApproachOptions", - 0, 1); // Disable extra approaches (0), set extra approach (1) + 0, 2); // Disable extra approaches (0), set extra approach (2) } private static void PatchExpandableProjectile()