mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Runtime fix with non /human's with spaceadaptation
This commit is contained in:
@@ -631,9 +631,10 @@ var/list/compatible_mobs = list(/mob/living/carbon/human, /mob/living/carbon/mon
|
||||
mob.reagents.add_reagent("dermaline", 4)
|
||||
mob.emote("me",1,"exhales slowly.")
|
||||
|
||||
var/datum/organ/external/chest/chest = H.get_organ("chest")
|
||||
for(var/datum/organ/internal/I in chest.internal_organs)
|
||||
I.damage = 0
|
||||
if(ishuman(H))
|
||||
var/datum/organ/external/chest/chest = H.get_organ("chest")
|
||||
for(var/datum/organ/internal/I in chest.internal_organs)
|
||||
I.damage = 0
|
||||
|
||||
|
||||
////////////////////////STAGE 2/////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user