it'll work properly eventually

This commit is contained in:
deathride58
2017-09-05 12:59:05 -04:00
parent 2cb959b4cf
commit eb03ce69d4

View File

@@ -316,7 +316,7 @@
/datum/objective/crew/bartender/responsibility/check_completion()
for(var/mob/living/carbon/human/H in GLOB.mob_list)
if(H.stat == DEAD && H.reagents)
if(H.reagents.has_reagent(typesof(/datum/reagent/consumable/ethanol)))
if(H.reagents.has_reagent(typesof(/datum/reagent/consumable/ethanol).id))
if(H.z == ZLEVEL_STATION || SSshuttle.emergency.shuttle_areas[get_area(H)])
return 0
return 1