mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
self-examine now shows correct gender (#14501)
This commit is contained in:
@@ -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.") \
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user