it'll work properly eventually
This commit is contained in:
@@ -316,7 +316,7 @@
|
|||||||
/datum/objective/crew/bartender/responsibility/check_completion()
|
/datum/objective/crew/bartender/responsibility/check_completion()
|
||||||
for(var/mob/living/carbon/human/H in GLOB.mob_list)
|
for(var/mob/living/carbon/human/H in GLOB.mob_list)
|
||||||
if(H.stat == DEAD && H.reagents)
|
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)])
|
if(H.z == ZLEVEL_STATION || SSshuttle.emergency.shuttle_areas[get_area(H)])
|
||||||
return 0
|
return 0
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user