From 112159200fb54d517876fa1393e9c621f2849153 Mon Sep 17 00:00:00 2001 From: sarcoph <83266791+sarcoph@users.noreply.github.com> Date: Thu, 12 May 2022 01:11:54 -0800 Subject: [PATCH] hotfix --- .../code/modules/mob/dead/new_player/cosmetic_parts.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm b/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm index 9bcc04afe..aab187740 100644 --- a/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm +++ b/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm @@ -12,9 +12,6 @@ fails and the part is rejected. so you can't attach mammal-bird legs to avians safely. */ -#define COSMETIC_BASIC_SPECIES = list("mammal", "avian", "aquatic", "insect", "xeno", "synthliz") - - /datum/cosmetic_part var/name var/icon = 'hyperstation/icons/mob/char_parts.dmi' @@ -47,5 +44,5 @@ safely. name = "avian" icon = 'modular_citadel/icons/mob/mutant_bodyparts.dmi' icon_state = "avian" - supported_species = COSMETIC_BASIC_SPECIES + supported_species = list("mammal", "avian", "aquatic", "insect", "xeno", "synthliz") support_digitigrade = FALSE \ No newline at end of file