Animal organs now prefixed with 'animal' (#39228)

* Resolves #38980. Animal organs prefixed with 'animal'

* Add "animal" prefix to arachnid organ types where base-type applies.

* Removed child-level names per Maintainer guidance.

* Helps if I leave the parent name details intact...

* Hidden bonus mouse organ!
This commit is contained in:
ScholarNZL
2025-08-15 16:21:51 +12:00
committed by GitHub
parent 2b31fa98c9
commit d4f50c7f0a
3 changed files with 5 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
- type: entity
id: OrganAnimalLungs
parent: BaseAnimalOrgan
name: lungs
name: animal lungs
categories: [ HideSpawnMenu ]
components:
- type: Sprite
@@ -67,7 +67,7 @@
- type: entity
id: OrganAnimalStomach
parent: BaseAnimalOrgan
name: stomach
name: animal stomach
categories: [ HideSpawnMenu ]
components:
- type: Sprite
@@ -96,7 +96,6 @@
- type: entity
id: OrganMouseStomach
parent: OrganAnimalStomach
name: stomach
categories: [ HideSpawnMenu ]
components:
- type: SolutionContainerManager
@@ -110,7 +109,7 @@
- type: entity
id: OrganAnimalLiver
parent: BaseAnimalOrgan
name: liver
name: animal liver
categories: [ HideSpawnMenu ]
components:
- type: Sprite
@@ -129,7 +128,7 @@
- type: entity
id: OrganAnimalHeart
parent: BaseAnimalOrgan
name: heart
name: animal heart
categories: [ HideSpawnMenu ]
components:
- type: Sprite
@@ -149,7 +148,7 @@
- type: entity
id: OrganAnimalKidneys
parent: BaseAnimalOrgan
name: kidneys
name: animal kidneys
categories: [ HideSpawnMenu ]
components:
- type: Sprite

View File

@@ -1,7 +1,6 @@
- type: entity
id: OrganBloodsuckerStomach
parent: OrganAnimalStomach
name: stomach
categories: [ HideSpawnMenu ]
components:
- type: Metabolizer
@@ -10,7 +9,6 @@
- type: entity
id: OrganBloodsuckerLiver
parent: OrganAnimalLiver
name: liver
categories: [ HideSpawnMenu ]
components:
- type: Metabolizer
@@ -19,7 +17,6 @@
- type: entity
id: OrganBloodsuckerHeart
parent: OrganAnimalHeart
name: heart
categories: [ HideSpawnMenu ]
components:
- type: Metabolizer

View File

@@ -28,7 +28,6 @@
- type: entity
id: OrganArachnidStomach
parent: OrganAnimalStomach
name: stomach
description: "Gross. This is hard to stomach."
components:
- type: Sprite