From 926a81abe511a8b60deffaec375a468754d89296 Mon Sep 17 00:00:00 2001 From: NoreUhh <85219416+NoreUhh@users.noreply.github.com> Date: Wed, 17 Dec 2025 16:41:11 -0800 Subject: [PATCH] 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 --- Resources/Prototypes/Body/Organs/vulpkanin.yml | 14 ++++++++++++++ Resources/Prototypes/Body/Prototypes/vulpkanin.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/Body/Organs/vulpkanin.yml diff --git a/Resources/Prototypes/Body/Organs/vulpkanin.yml b/Resources/Prototypes/Body/Organs/vulpkanin.yml new file mode 100644 index 0000000000..a689262b51 --- /dev/null +++ b/Resources/Prototypes/Body/Organs/vulpkanin.yml @@ -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 diff --git a/Resources/Prototypes/Body/Prototypes/vulpkanin.yml b/Resources/Prototypes/Body/Prototypes/vulpkanin.yml index ad0d1fcf2c..e939e3ac47 100644 --- a/Resources/Prototypes/Body/Prototypes/vulpkanin.yml +++ b/Resources/Prototypes/Body/Prototypes/vulpkanin.yml @@ -20,7 +20,7 @@ organs: heart: OrganAnimalHeart lungs: OrganHumanLungs - stomach: OrganAnimalStomach + stomach: OrganVulpkaninStomach liver: OrganAnimalLiver kidneys: OrganHumanKidneys right arm: -- 2.52.0