From 367c6c8adaac2b51baaab53be1cbf15b43076887 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 6 Sep 2017 14:37:01 -0400 Subject: [PATCH] im bad at this coding thing --- code/citadel/cit_crewobjectives.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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