From a884c62ce55de6b115f34c918bf9f17fe5dc9af8 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:57:08 -0500 Subject: [PATCH] fixes species hiding (#23407) --- code/modules/mob/living/carbon/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/examine.dm b/code/modules/mob/living/carbon/examine.dm index 8c25fbbc94a..12c3d77b9c7 100644 --- a/code/modules/mob/living/carbon/examine.dm +++ b/code/modules/mob/living/carbon/examine.dm @@ -119,7 +119,7 @@ msg += "[name]" // Show what you are - msg += examine_what_am_i() + msg += examine_what_am_i(skipgloves, skipsuitstorage, skipjumpsuit, skipshoes, skipmask, skipears, skipeyes, skipface) msg += "\n" // All the things wielded/worn that can be reasonably described with a common template: