skyarkhangel / Hardcore-SK

Rimworld Hardcore SK project, our discord server:
https://discord.gg/FMPRSKr
720 stars 412 forks source link

[1.3] Cybernetic Organism crafting issue #3419

Closed GATE-Elemental closed 4 months ago

GATE-Elemental commented 2 years ago

I noticed an issue with the detecting of Cybernetic Prostesis when creating elements from CONN / Cybernetic Organism SK.

EX Given: `

ANN_Autonomicviruskiller
    <label>autonomic viruskiller</label>
    <description>Enhances the immune system with mechanite antibodies that search and destroy any danger in the blood circulation. Used by combat medics in dangerous environments. (Replacement)</description>
    <graphicData>
        <texPath>Things/Item/BodyPart/CyberneticLiver</texPath>
        <graphicClass>Graphic_Single</graphicClass>
        <drawSize>0.80</drawSize>
    </graphicData>
    <techLevel>Spacer</techLevel>
    <costList>
        <Biomatter>25</Biomatter>
        <GTLiver>1</GTLiver>
        <BioMicrochips>1</BioMicrochips>
        <BiosyntheticMaterial>10</BiosyntheticMaterial>
    </costList>
    <recipeMaker>
        <researchPrerequisite>Prosthesis_making_E3</researchPrerequisite>
        <skillRequirements>
            <Crafting>20</Crafting>
        </skillRequirements>
        <recipeUsers Inherit="False">
            <li>UpgradingStation</li>
        </recipeUsers>
        <unfinishedThingDef>UnfinishedComponent</unfinishedThingDef>
    </recipeMaker>
    <statBases>
        <WorkToMake>45000</WorkToMake>
        <Flammability>0.1</Flammability>
        <DeteriorationRate>0.5</DeteriorationRate>
        <Beauty>0</Beauty>
        <MarketValue>6400</MarketValue>
        <Mass>1.2</Mass>
    </statBases>
</ThingDef>`

None of my Cybernetic Workbenches are detecting Cybernetic Prosthesis that are created in the same bench. C2 c3 C1

GATE-Elemental commented 2 years ago

I've checked the code and it seems right, it looks for a GTLiver, however it does not detect it in my stock for some random reason, only happens with cybernetic prothesis.

GATE-Elemental commented 2 years ago

The livers are not demanded nor being interacted upon, they are just there.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 4 months ago

This issue was closed because it has been inactive for 1 days since being marked as stale.