ghosts aren't simple animals, who knew?

This commit is contained in:
Sam
2017-06-03 23:07:34 +01:00
parent 6da7035973
commit 0a0b0430e1
+1 -1
View File
@@ -12,7 +12,7 @@
potential += L
var/mob/living/simple_animal/SA = pick(potential)
var/mob/living/simple_animal/SG = pick(candidates)
var/mob/SG = pick(candidates)
if(!SA || !SG) //if you can't find either a simple animal or a player, end
return FALSE