diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index 2ea891d04f9..d0abb658333 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -125,6 +125,9 @@ || GetComponent(/datum/component/jestosterone)) span = "sans" + if(WINGDINGS in mutations) + span = "wingdings" + var/list/parent = ..() verb = parent["verb"]