From fe8f42bb5fca3039e44dea0ce813a7ee00d5a5f2 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 5 Sep 2017 15:07:54 -0400 Subject: [PATCH] thERE WE GO --- 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 ca97f20f6d..7fc088a554 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -377,7 +377,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(/datum/reagent/consumable/ethanol/A in typesof(/datum/reagent/consumable/ethanol)) + for(var/datum/reagent/consumable/ethanol/A in typesof(/datum/reagent/consumable/ethanol)) if(A) if(A.volume >= 5) return 0