From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:02:46 +0000 (-0400) Subject: organs edible to lizards, and make their food contents uncooked proteins (#20882) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b4d734d7c576616f04ba8ee2fdb26109de07c7d3;p=space-station-14.git organs edible to lizards, and make their food contents uncooked proteins (#20882) * organs edible to lizards, and make their food contents uncooked proteins * npc mobs avoid eating brains for player QOL --- diff --git a/Resources/Prototypes/Body/Organs/Animal/animal.yml b/Resources/Prototypes/Body/Organs/Animal/animal.yml index db7793210b..083d596152 100644 --- a/Resources/Prototypes/Body/Organs/Animal/animal.yml +++ b/Resources/Prototypes/Body/Organs/Animal/animal.yml @@ -14,11 +14,14 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: FlavorProfile flavors: - chicken # everything kinda tastes like chicken + - type: Tag + tags: + - Meat - type: entity @@ -49,7 +52,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: entity @@ -68,7 +71,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: Stomach - type: Metabolizer diff --git a/Resources/Prototypes/Body/Organs/arachnid.yml b/Resources/Prototypes/Body/Organs/arachnid.yml index 3ec991af86..b4eb11b623 100644 --- a/Resources/Prototypes/Body/Organs/arachnid.yml +++ b/Resources/Prototypes/Body/Organs/arachnid.yml @@ -19,8 +19,11 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 + - type: Tag + tags: + - Meat - type: entity id: OrganArachnidStomach @@ -40,7 +43,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: Metabolizer updateFrequency: 1.5 @@ -77,7 +80,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: entity diff --git a/Resources/Prototypes/Body/Organs/diona.yml b/Resources/Prototypes/Body/Organs/diona.yml index 482ec42927..282bb224d8 100644 --- a/Resources/Prototypes/Body/Organs/diona.yml +++ b/Resources/Prototypes/Body/Organs/diona.yml @@ -19,7 +19,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: FlavorProfile flavors: @@ -46,7 +46,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: Brain - type: InputMover @@ -87,7 +87,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: Stomach - type: Metabolizer diff --git a/Resources/Prototypes/Body/Organs/dwarf.yml b/Resources/Prototypes/Body/Organs/dwarf.yml index afe2c66b26..8da0cb1666 100644 --- a/Resources/Prototypes/Body/Organs/dwarf.yml +++ b/Resources/Prototypes/Body/Organs/dwarf.yml @@ -29,7 +29,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: Stomach - type: Metabolizer diff --git a/Resources/Prototypes/Body/Organs/human.yml b/Resources/Prototypes/Body/Organs/human.yml index 1ece318f1d..6abf168a9e 100644 --- a/Resources/Prototypes/Body/Organs/human.yml +++ b/Resources/Prototypes/Body/Organs/human.yml @@ -18,11 +18,14 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: FlavorProfile flavors: - people + - type: Tag + tags: + - Meat - type: entity id: OrganHumanBrain @@ -39,6 +42,10 @@ - type: InputMover - type: Examiner - type: BlockMovement + - type: BadFood + - type: Tag + tags: + - Meat - type: entity id: OrganHumanEyes @@ -111,7 +118,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: entity @@ -148,7 +155,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: Stomach # The stomach metabolizes stuff like foods and drinks. diff --git a/Resources/Prototypes/Body/Organs/moth.yml b/Resources/Prototypes/Body/Organs/moth.yml index a19c6a4ee3..55fb517c55 100644 --- a/Resources/Prototypes/Body/Organs/moth.yml +++ b/Resources/Prototypes/Body/Organs/moth.yml @@ -14,7 +14,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: Metabolizer maxReagents: 3 diff --git a/Resources/Prototypes/Body/Organs/rat.yml b/Resources/Prototypes/Body/Organs/rat.yml index fb93012d97..9d1352c72f 100644 --- a/Resources/Prototypes/Body/Organs/rat.yml +++ b/Resources/Prototypes/Body/Organs/rat.yml @@ -18,7 +18,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 - type: Sprite state: stomach diff --git a/Resources/Prototypes/Body/Organs/reptilian.yml b/Resources/Prototypes/Body/Organs/reptilian.yml index 83139f3eca..b2233a9207 100644 --- a/Resources/Prototypes/Body/Organs/reptilian.yml +++ b/Resources/Prototypes/Body/Organs/reptilian.yml @@ -16,5 +16,5 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 diff --git a/Resources/Prototypes/Body/Organs/slime.yml b/Resources/Prototypes/Body/Organs/slime.yml index e6ce18b335..a532c1223a 100644 --- a/Resources/Prototypes/Body/Organs/slime.yml +++ b/Resources/Prototypes/Body/Organs/slime.yml @@ -27,7 +27,7 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5 @@ -63,5 +63,5 @@ food: maxVol: 5 reagents: - - ReagentId: Nutriment + - ReagentId: UncookedAnimalProteins Quantity: 5