im bad at this coding thing

This commit is contained in:
deathride58
2017-09-06 14:37:01 -04:00
parent 02cc0b2db1
commit 367c6c8ada
+1 -1
View File
@@ -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