Shadekin related fixes (#8017)

This commit is contained in:
Guti
2024-03-21 13:54:22 +01:00
committed by GitHub
parent f721eeae8e
commit 4178003f01
6 changed files with 6 additions and 7 deletions

View File

@@ -199,6 +199,8 @@ steam.start() -- spawns the effect
return 0
if(istype(M,/mob/living/carbon/human))
var/mob/living/carbon/human/H = M
if(!M.get_organ(O_LUNGS)) // CHOMPedit - Making sure smoke doesn't affect lungless people
return 0
if(H.head && (H.head.item_flags & AIRTIGHT))
return 0
return 1