where has my life gone

This commit is contained in:
deathride58
2017-09-05 15:00:22 -04:00
parent 6f47ac46d0
commit fd8c9bc57d
+2 -2
View File
@@ -241,7 +241,7 @@
for(var/mob/living/carbon/human/H in GLOB.mob_list)
if(!H.stat == DEAD && H.reagents)
if(H.z == ZLEVEL_STATION || SSshuttle.emergency.shuttle_areas[get_area(H)])
if(H.reagents.has_reagent(targetchem)
if(H.reagents.has_reagent(targetchem))
gotchems--
if(gotchems <= 0)
return 1
@@ -284,7 +284,7 @@
for(var/mob/living/carbon/human/H in GLOB.mob_list)
if(!H.stat == DEAD && H.reagents)
if(H.z == ZLEVEL_STATION || SSshuttle.emergency.shuttle_areas[get_area(H)])
if(H.reagents.has_reagent(targetchem)
if(H.reagents.has_reagent(targetchem))
gotchems--
if(gotchems <= 0)
return 1