From 60e9682ce25efad32ec4300b489fc421833b25cd Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 5 Sep 2017 17:50:20 -0400 Subject: [PATCH] I'm blind --- code/citadel/cit_crewobjectives.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index 024ddaaa98..e2ddb0572b 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -383,7 +383,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)]) - for(var/datum/reagent/consumable/ethanol/A in typesof(/datum/reagent/consumable/ethanol)) + for(var/datum/reagent/consumable/ethanol/A in H.reagents) if(A) if(A.volume >= 5) return 0