mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Adds an isskeleton() check to spooky xylophone playing (#31485)
* surely * this salad sucks
This commit is contained in:
@@ -400,7 +400,7 @@
|
||||
|
||||
to_chat(src, chat_box_examine(status_list.Join("<br>")))
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user