Adjusts check to fix double click moving as observer

This commit is contained in:
Yoshax
2016-04-19 18:08:08 +01:00
parent a3df9e6eba
commit e6392ee5d1

View File

@@ -17,8 +17,10 @@
if(can_reenter_corpse && mind && mind.current)
if(A == mind.current || (mind.current in A)) // double click your corpse or whatever holds it
reenter_corpse() // (cloning scanner, body bag, closet, mech, etc)
return
// Things you might plausibly want to follow
else if(istype(A,/atom/movable))
if(istype(A,/atom/movable))
ManualFollow(A)
// Otherwise jump
else