diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index 682d76d513b..3612c4d8c4d 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -659,7 +659,7 @@ Turf and target are seperate in case you want to teleport some distance from a t /proc/get_mob_by_ckey(key) if(!key) return - for(var/mob/M in mobs_list) + for(var/mob/M in mob_list) if(M.ckey == key) return M