From 23237582a9bc5f7945ee83e2d34ee9abc24a75f6 Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 17 Aug 2015 17:30:40 +0200 Subject: [PATCH] Fix typo --- code/__HELPERS/unsorted.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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