Refactored movement observable away (#20083)

Refactored movement observable away, use only the signal.
Some tweaks to the signal.
This commit is contained in:
Fluffy
2024-10-26 17:53:07 +02:00
committed by GitHub
parent 3de4911dc8
commit d40d459d42
35 changed files with 532 additions and 434 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
return
/mob/abstract/observer/on_mob_jump()
stop_following()
QDEL_NULL(orbiting)
/client/proc/Jump(var/area/A in GLOB.all_areas)
set name = "Jump to Area"