What version did the issue occur in?
No response
Description
Cows are Ruminant mobs but due to their parental inheritance order, they are getting OrganAnimalStomach instead of OrganRuminantStomach.
This changes their digestion and what they want to eat.
I'm unsure which one they are supposed to have exactly. I'm guessing OrganRuminantStomach.
|
- type: entity |
|
id: BaseMobAnimal |
|
abstract: true |
|
components: |
|
- type: Body |
|
- type: EntityTableContainerFill |
|
containers: |
|
body_organs: !type:AllSelector |
|
children: |
|
- id: OrganAnimalLungs |
|
- id: OrganAnimalHeart |
|
- id: OrganAnimalStomach |
|
- id: OrganAnimalLiver |
|
- id: OrganAnimalKidneys |
|
- type: entity |
|
id: BaseMobRuminant |
|
abstract: true |
|
components: |
|
- type: Body |
|
- type: EntityTableContainerFill |
|
containers: |
|
body_organs: !type:AllSelector |
|
children: |
|
- id: OrganAnimalLungs |
|
- id: OrganAnimalHeart |
|
- id: OrganRuminantStomach |
|
- id: OrganAnimalLiver |
|
- id: OrganAnimalKidneys |
|
- type: entity |
|
name: cow |
|
parent: [ SimpleMobBase, BaseMobRuminant ] |
|
id: MobCow |
|
description: Moo. |
I'm guessing their parents just need to be swapped, but unsure what other consequences this might have
Reproduction
- Spawn cow
- Try to feed it wheat (it won't eat it)
- Explode the cow :( and check what stomach it has
Additional Context
No response
What version did the issue occur in?
No response
Description
Cows are Ruminant mobs but due to their parental inheritance order, they are getting
OrganAnimalStomachinstead ofOrganRuminantStomach.This changes their digestion and what they want to eat.
I'm unsure which one they are supposed to have exactly. I'm guessing OrganRuminantStomach.
space-station-14/Resources/Prototypes/Body/Animals/animal.yml
Lines 42 to 55 in 8eff480
space-station-14/Resources/Prototypes/Body/Animals/ruminant.yml
Lines 17 to 30 in 8eff480
space-station-14/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Lines 869 to 873 in 8eff480
I'm guessing their parents just need to be swapped, but unsure what other consequences this might have
Reproduction
Additional Context
No response