Force Starting Hediffs - KonradHeinser/EBSGFramework GitHub Wiki

This mod extension can be added to any PawnKindDef that uses the startingHediffs and may be generated as a newborn. The most common use of this will likely be for mechanoids because when they are gestated, they are technically considered newborns for the purposes of startingHediffs, and this extension allows you to make the pawn kind add the hediffs anyway.

    <modExtensions>
      <li Class="EBSGFramework.ForceStartingHediffsExtension" />
    </modExtensions>