Lets you follow any movable atom

This commit is contained in:
Crazylemon64
2016-02-09 18:33:13 -08:00
parent 9ec6286446
commit b3c795f8fc
+2 -2
View File
@@ -7,8 +7,8 @@
reenter_corpse() // (cloning scanner, body bag, closet, mech, etc)
return // seems legit.
// Things you might plausibly want to follow
if((ismob(A) && A != src) || istype(A,/obj/machinery/bot) || istype(A,/obj/singularity) || istype(A,/obj/mecha))
// Follow !!ALL OF THE THINGS!!
if(istype(A, /atom/movable) && A != src)
ManualFollow(A)
// Otherwise jump