From 2e3d198c108d01e82a95bad4425df2fea209a05c Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Sun, 2 Jan 2022 20:16:04 +0100 Subject: [PATCH] tm conflict avoidance --- .../mob/living/carbon/human/species_types/anthropomorph.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/anthropomorph.dm b/code/modules/mob/living/carbon/human/species_types/anthropomorph.dm index 744375db9c..334f76c487 100644 --- a/code/modules/mob/living/carbon/human/species_types/anthropomorph.dm +++ b/code/modules/mob/living/carbon/human/species_types/anthropomorph.dm @@ -57,4 +57,4 @@ exotic_bloodtype = "S" exotic_blood_color = BLOOD_COLOR_OIL allowed_limb_ids = list("mammal","aquatic","avian", "human") - species_category = SPECIES_CATEGORY_ROBOT + species_category = "robot"