From a9e1bab51996d95cf8efd8913ef6efcb08a021b5 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Tue, 29 Dec 2015 14:27:34 +0100 Subject: [PATCH] Can now spawn Resomi. QoL addition, little more. --- code/modules/mob/living/carbon/human/human_species.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human_species.dm b/code/modules/mob/living/carbon/human/human_species.dm index f4172060f97..90d87935be3 100644 --- a/code/modules/mob/living/carbon/human/human_species.dm +++ b/code/modules/mob/living/carbon/human/human_species.dm @@ -1,6 +1,10 @@ /mob/living/carbon/human/dummy real_name = "Test Dummy" status_flags = GODMODE|CANPUSH + +/mob/living/carbon/human/resomi/New(var/new_loc) + h_style = "Resomi Plumage" + ..(new_loc, "Resomi") /mob/living/carbon/human/skrell/New(var/new_loc) h_style = "Skrell Male Tentacles"