mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
use SIGNAL_HANDLER REEEEEE (#59242)
makes as many procs as i can find use the SIGNAL_HANDLER define which i assumed they all already did
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
end_orbit(orbiter)
|
||||
|
||||
/datum/component/orbiter/proc/orbiter_glide_size_update(datum/source, target)
|
||||
SIGNAL_HANDLER
|
||||
for(var/orbiter in orbiter_list)
|
||||
var/atom/movable/movable_orbiter = orbiter
|
||||
movable_orbiter.glide_size = target
|
||||
|
||||
Reference in New Issue
Block a user