From 591a086a4f9a5d1eb732cabbcfe684f182298adf Mon Sep 17 00:00:00 2001 From: deathride58 Date: Fri, 8 Sep 2017 17:17:59 -0400 Subject: [PATCH] .... apparently poly isn't a pet? --- code/citadel/crew_objectives/cit_crewobjectives_engineering.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/citadel/crew_objectives/cit_crewobjectives_engineering.dm b/code/citadel/crew_objectives/cit_crewobjectives_engineering.dm index 38d113f764..36a44ef9a7 100644 --- a/code/citadel/crew_objectives/cit_crewobjectives_engineering.dm +++ b/code/citadel/crew_objectives/cit_crewobjectives_engineering.dm @@ -27,7 +27,7 @@ explanation_text = "Make sure Poly keeps his headset, and stays alive until the end of the shift." /datum/objective/crew/chiefengineer/poly/check_completion() - for(var/mob/living/simple_animal/pet/parrot/Poly/dumbbird in GLOB.mob_list) + for(var/mob/living/simple_animal/parrot/Poly/dumbbird in GLOB.mob_list) if(!dumbbird.stat == DEAD && dumbbird.ears) if(istype(dumbbird.ears, /obj/item/device/radio/headset)) return 1