[MIRROR] Player Effects Panel (#8964)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-09-16 14:34:51 -07:00
committed by GitHub
parent 31fdb45450
commit ac3d631305
14 changed files with 1017 additions and 2 deletions

View File

@@ -99,6 +99,13 @@
if(!refreshing && !length(orbiters) && !QDELING(src))
qdel(src)
/datum/component/orbiter/proc/stop_all()
var/atom/master = parent
master.orbiters = null
for(var/i in orbiters)
end_orbit(i)
orbiters = null
// 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)
set waitfor = FALSE // Transfer calls this directly and it doesnt care if the ghosts arent done moving