diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index 06a8071a0f..61b772494e 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -370,7 +370,7 @@ explanation_text = "Ensure Bubblegum is dead at the end of the shift." /datum/objective/crew/shaftminer/bubblegum/check_completion() - for(var/mob/living/simple_animal/hostile/megafuana/bubblegum/B in GLOB.mob_list) + for(var/mob/living/simple_animal/hostile/megafauna/bubblegum/B in GLOB.mob_list) if(!B.stat == DEAD) return 0 return 1