From d9276418aedd70dea623803119ccd3454919691a Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Mon, 22 Nov 2021 00:15:42 +0000 Subject: [PATCH] Update anthropomorph.dm --- .../mob/living/carbon/human/species_types/anthropomorph.dm | 1 + 1 file changed, 1 insertion(+) 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 95cb9cca59..df129c6ff4 100644 --- a/code/modules/mob/living/carbon/human/species_types/anthropomorph.dm +++ b/code/modules/mob/living/carbon/human/species_types/anthropomorph.dm @@ -48,3 +48,4 @@ miss_sound = 'sound/weapons/slashmiss.ogg' allowed_limb_ids = list("mammal","aquatic","avian", "human") + species_category = "robot"