[MIRROR] adds missing SIGNAL_HANDLERs (#10768)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-26 22:06:18 +02:00
committed by GitHub
co-authored by SatinIsle
parent 9c0fdbbbb8
commit ed532c2574
56 changed files with 78 additions and 3 deletions
+2
View File
@@ -101,6 +101,7 @@
// This proc can receive signals by either the thing being directly orbited or anything holding it
/datum/component/orbiter/proc/move_react(atom/orbited, atom/oldloc, direction)
SIGNAL_HANDLER
set waitfor = FALSE // Transfer calls this directly and it doesnt care if the ghosts arent done moving
var/atom/movable/master = parent
@@ -140,6 +141,7 @@
/datum/component/orbiter/proc/orbiter_move_react(atom/movable/orbiter, atom/oldloc, direction)
SIGNAL_HANDLER
if(orbiter.loc == get_turf(parent))
return
end_orbit(orbiter)