From 40f2dcc73b694299242930eafdfa7bb5d4ec0c6c Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Tue, 26 Dec 2017 23:35:38 -0500 Subject: [PATCH] Fix unused proc in prometheans --- .../mob/living/carbon/human/species/species_shapeshift.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/species_shapeshift.dm b/code/modules/mob/living/carbon/human/species/species_shapeshift.dm index 3837a3a5e67..55d2dc1e8d4 100644 --- a/code/modules/mob/living/carbon/human/species/species_shapeshift.dm +++ b/code/modules/mob/living/carbon/human/species/species_shapeshift.dm @@ -283,7 +283,8 @@ var/list/wrapped_species_by_ref = list() spawn(0) regenerate_icons() - +/* VOREStation Edit - Our own trait system, sorry. if(species && mind) apply_traits() +*/ return \ No newline at end of file