.... apparently poly isn't a pet?

This commit is contained in:
deathride58
2017-09-08 17:17:59 -04:00
parent 3852a246f8
commit 591a086a4f
@@ -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