Non-Hostile Migrations and Angry Goats (#12016)

This commit is contained in:
Geeves
2021-06-21 18:11:54 -03:00
committed by GitHub
parent cfdc63cc94
commit 27944fb32d
14 changed files with 125 additions and 26 deletions
@@ -238,6 +238,14 @@
taste_description = "cold, bitter slime"
hydration_factor = 6
/decl/reagent/nutriment/protein/seafood/cosmozoan
name = "Cosmozoan Protein"
taste_description = "cold, bitter slime"
hydration_factor = 8
/decl/reagent/nutriment/protein/seafood/cosmozoan/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
M.add_chemical_effect(CE_PAINKILLER, 10)
/decl/reagent/nutriment/protein/egg // Also bad for skrell.
name = "Egg Yolk"
color = "#FFFFAA"
@@ -35,6 +35,13 @@
/obj/item/reagent_containers/food/snacks/fish/mollusc/barnacle
fish_type = "barnacle"
/obj/item/reagent_containers/food/snacks/fish/cosmozoan
name = "slimy fillet"
desc = "A piece of slimy meat that could only come from a space jellyfish, a cosmozoan."
icon_state = "cozmofillet"
fish_type = "cosmozoan"
reagents_to_add = list(/decl/reagent/nutriment/protein/seafood/cosmozoan = 3)
// Molluscs!
/obj/item/trash/mollusc_shell
name = "mollusc shell"