mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Non-Hostile Migrations and Angry Goats (#12016)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user