Removes Cryostasis Bags

This commit is contained in:
Fox-McCloud
2017-07-13 22:21:54 -04:00
parent a5909dc08b
commit 599c686e9c
10 changed files with 12 additions and 103 deletions
-3
View File
@@ -18,9 +18,6 @@
/mob/living/carbon/human/handle_blood()
var/list/blood_data = get_blood_data(get_blood_id())//PROCCEPTION
if(in_stasis)
return
if(species && species.flags & NO_BLOOD)
bleed_rate = 0
return
-2
View File
@@ -132,8 +132,6 @@ var/list/organ_cache = list()
if(istype(loc,/obj/item/device/mmi))
germ_level = max(0, germ_level - 1) // So a brain can slowly recover from being left out of an MMI
return 1
if(is_found_within(/obj/item/bodybag/cryobag))
return 1
if(is_found_within(/obj/structure/closet/crate/freezer))
return 1
if(istype(loc,/turf))