diff --git a/code/modules/admin/verbs/bluespacetech.dm b/code/modules/admin/verbs/bluespacetech.dm index 95be0537530..4db1cf518f1 100644 --- a/code/modules/admin/verbs/bluespacetech.dm +++ b/code/modules/admin/verbs/bluespacetech.dm @@ -254,7 +254,7 @@ /mob/living/carbon/human/bst/proc/bss() if(set_species("Skrell")) - h_style = "Skrell Male Tentacles" + h_style = "Skrell Average Tentacles" name = "Bluespace Squid" voice_name = "Bluespace Squid" real_name = "Bluespace Squid" diff --git a/code/modules/mob/living/carbon/human/human_species.dm b/code/modules/mob/living/carbon/human/human_species.dm index 8f835afe6ec..558e4fb6253 100644 --- a/code/modules/mob/living/carbon/human/human_species.dm +++ b/code/modules/mob/living/carbon/human/human_species.dm @@ -20,7 +20,7 @@ INITIALIZE_IMMEDIATE(/mob/living/carbon/human/dummy/mannequin) . = ..(mapload, "Resomi") /mob/living/carbon/human/skrell/Initialize(mapload) - h_style = "Skrell Male Tentacles" + h_style = "Skrell Average Tentacles" . = ..(mapload, "Skrell") /mob/living/carbon/human/tajaran/Initialize(mapload)