Adds the moved event.

Allows movable atoms to follow other movable atoms, as quickly as BYOND allows. Also supports following atoms inside other atoms.
However, this only works fully when Move() or forceMove() is utilized. Setting loc directly will not raise the moved event.
This commit is contained in:
PsiOmegaDelta
2016-01-18 16:50:35 +01:00
parent 03ae29fb95
commit 1210a6e42f
11 changed files with 93 additions and 79 deletions

View File

@@ -2,7 +2,7 @@
return
/mob/dead/observer/on_mob_jump()
following = null
stop_following()
/client/proc/Jump(var/area/A in return_sorted_areas())
set name = "Jump to Area"