// Management · RimWorld Mod
Mod Medicine Carry Fix
Overview This mod fixes an issue where the medicine carry type you set in Assign may sometimes revert to the vanilla default medicine when loading a map.
Overview
This mod fixes an issue where the medicine carry type you set in Assign may sometimes revert to the vanilla default medicine when loading a map. You will probably only need this mod if you are using the Odyssey DLC together with mods that add new medicine types.Details
When loading a map, the game readsInventoryStockGroupDefOf.Medicine, which only contains the three vanilla medicine types. As a result, it may sometimes fall back to the default medicine carry setting.
This mod adds all modded medicine types to that list when the game starts, so your carry policy will not suddenly get scrambled and raise your blood pressure.
For the same reason, this mod has no performance impact during normal gameplay.