This commit is contained in:
Markolie
2015-08-17 17:30:40 +02:00
parent dc99702b9d
commit 23237582a9
+1 -1
View File
@@ -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