mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Adjusts check to fix double click moving as observer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user