From bb0905d3dcccadc6535a0887265969bcb4d1a8df Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 12 Oct 2018 06:16:34 -0400 Subject: [PATCH] Skrell no longer get sick from meat --- code/modules/mob/living/carbon/human/species/station/station.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index 1434f9c1974..6ad03aaac3e 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -289,7 +289,7 @@ breath_heat_level_2 = 500 //Default 450 breath_heat_level_3 = 1350 //Default 1250 - reagent_tag = IS_SKRELL + //reagent_tag = IS_SKRELL //VOREStation Edit has_limbs = list( BP_TORSO = list("path" = /obj/item/organ/external/chest),