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