mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
The moved event again returns the correct result from parent.
Fixes #12072. Fixes #12075. Fixes #12076. Fixes #12078. Fixes #12096.
This commit is contained in:
@@ -20,7 +20,8 @@ var/datum/observ/moved/moved_event = new()
|
||||
|
||||
/atom/movable/Move()
|
||||
var/old_loc = loc
|
||||
if(..())
|
||||
. = ..()
|
||||
if(.)
|
||||
moved_event.raise_event(list(src, old_loc, loc))
|
||||
|
||||
/atom/movable/proc/move_to_destination(var/atom/movable/am, var/old_loc, var/new_loc)
|
||||
|
||||
Reference in New Issue
Block a user