chameleon kit for ghost bar (#30025)

This commit is contained in:
kyunkyunkyun
2025-08-19 05:39:23 +05:00
committed by GitHub
parent ed35e46fb1
commit 80c2bb78e4
3 changed files with 67 additions and 52 deletions
@@ -160,9 +160,7 @@
O = new /datum/outfit/plasmaman/soo
H.equipOutfit(O, visualsOnly)
H.internal = H.r_hand
H.update_action_buttons_icon()
return FALSE
/datum/species/plasmaman/handle_life(mob/living/carbon/human/H)
var/atmos_sealed = !HAS_TRAIT(H, TRAIT_NOFIRE) && (isclothing(H.wear_suit) && H.wear_suit.flags & STOPSPRESSUREDMAGE) && (isclothing(H.head) && H.head.flags & STOPSPRESSUREDMAGE)