Jump to content

Corpses in player inventory always CorpseMale


AiweLelia

Recommended Posts

Hi

We have two vanila items for corpse
    item CorpseMale
    {
        Weight    =    40.0,
        Type    =    Normal,
        DisplayName    =    Corpse,
        Icon = media/ui/Container_DeadPerson_MaleZombie.png,
        RequiresEquippedBothHands = true
    }

    item CorpseFemale
    {
        Weight    =    40.0,
        Type    =    Normal,
        DisplayName    =    Corpse,
        Icon = media/ui/Container_DeadPerson_FemaleZombie.png,
        RequiresEquippedBothHands = true
    }

But if player grab corpse in inventory, item type in inventory alvays CorpseMale
Can I change that by mod? Or need waite changes by DEV?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...