static MedicalSystemExpansion()
        {
            Harmony harmony = new Harmony("MSE2");

            harmony.PatchAll(Assembly.GetExecutingAssembly());

            IncludedPartsUtilities.CacheAllStandardParents();

            IgnoreSubPartsUtilities.IgnoreAllNonCompedSubparts();

            IncludedPartsUtilities.FixHediffPriceOffset();
        }
Example #2
0
        static MedicalSystemExpansion()
        {
            Harmony harmony = new Harmony("MSE2");

            //if ( ModLister.HasActiveModWithName( "EdB Prepare Carefully" ) )
            //    PrepareCarefullyPatches.ApplyPC( harmony );

            harmony.PatchAll(Assembly.GetExecutingAssembly());

            IncludedPartsUtilities.CacheAllStandardParents();

            IgnoreSubPartsUtilities.IgnoreAllNonCompedSubparts();

            IncludedPartsUtilities.FixHediffPriceOffset();
        }