diff --git a/code/modules/mob/living/carbon/carbon_procs.dm b/code/modules/mob/living/carbon/carbon_procs.dm index 3cd980954c9..4086c8632ac 100644 --- a/code/modules/mob/living/carbon/carbon_procs.dm +++ b/code/modules/mob/living/carbon/carbon_procs.dm @@ -400,7 +400,7 @@ to_chat(src, chat_box_examine(status_list.Join("
"))) - if(HAS_TRAIT(H, TRAIT_SKELETONIZED) && (!H.w_uniform) && (!H.wear_suit)) + if((isskeleton(H) || HAS_TRAIT(H, TRAIT_SKELETONIZED)) && (!H.w_uniform) && (!H.wear_suit)) H.play_xylophone() /mob/living/carbon/can_be_flashed(intensity = 1, override_blindness_check = 0)