Additional Hediff Graphics Comps - SmArtKar/AthenaFramework GitHub Wiki

HediffCompProperties_DraftedGraphics applies additional hediff graphics based on whenever the owner is drafted or not

    public class HediffCompProperties_DraftedGraphics : HediffCompProperties
    {
        // Additiona graphics that are applied when the pawn is drafted
        public List<HediffGraphicPackage> draftedGraphics = new List<HediffGraphicPackage>();

        // Additiona graphics that are applied when the pawn is NOT drafted
        public List<HediffGraphicPackage> undraftedGraphics = new List<HediffGraphicPackage>();
    }