self-examine now shows correct gender (#14501)

This commit is contained in:
MortalRed
2022-07-27 05:26:07 -05:00
committed by GitHub
parent 194df85fdc
commit 384910c28b
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -210,7 +210,7 @@
if(src == M && istype(src, /mob/living/carbon/human))
var/mob/living/carbon/human/H = src
src.visible_message(
SPAN_NOTICE("[src] examines [src.gender==MALE?"himself":"herself"]."), \
SPAN_NOTICE("[src] examines [src.get_pronoun("himself")]."), \
SPAN_NOTICE("You check yourself for injuries.") \
)