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"