From 859dfd24f537c05bebb6b52e23a134a783a5dd42 Mon Sep 17 00:00:00 2001 From: Dip Date: Sat, 31 Oct 2020 00:23:24 -0300 Subject: [PATCH] synthliz bloodtype --- .../mob/living/carbon/human/species_types/furrypeople.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm b/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm index 8daffa28..98903f42 100644 --- a/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm +++ b/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm @@ -264,7 +264,7 @@ mutantstomach = /obj/item/organ/stomach/ipc mutanteyes = /obj/item/organ/eyes/ipc - exotic_bloodtype = "S" + exotic_bloodtype = "SY" /datum/species/synthliz/qualifies_for_rank(rank, list/features)