Give Vulps "Unique" Stomachs (#41893)
* Bit funny init? * remove reptilianfood tag * oops too muchgit add Resources/Prototypes/Body/Organs/vulpkanin.yml! --------- Co-authored-by: NoreUhh <noreuhh@gmail.com>
This commit is contained in:
parent
31c91ce342
commit
926a81abe5
2 changed files with 15 additions and 1 deletions
14
Resources/Prototypes/Body/Organs/vulpkanin.yml
Normal file
14
Resources/Prototypes/Body/Organs/vulpkanin.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
- type: entity
|
||||
id: OrganVulpkaninStomach
|
||||
parent: OrganAnimalStomach
|
||||
categories: [ HideSpawnMenu ]
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
stomach:
|
||||
maxVol: 50
|
||||
food:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: UncookedAnimalProteins
|
||||
Quantity: 5
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
organs:
|
||||
heart: OrganAnimalHeart
|
||||
lungs: OrganHumanLungs
|
||||
stomach: OrganAnimalStomach
|
||||
stomach: OrganVulpkaninStomach
|
||||
liver: OrganAnimalLiver
|
||||
kidneys: OrganHumanKidneys
|
||||
right arm:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue