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