mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Adds the signal origin as the first arg to all signals (#39861)
* Adds the signal origin as the first arg to all signals * Fixes some storage and nanite procs
This commit is contained in:
committed by
vuonojenmustaturska
parent
e877aaf186
commit
0943e56e08
@@ -166,7 +166,7 @@
|
||||
QDEL_NULL(listener)
|
||||
listener = newloc.AddComponent(/datum/component/redirect, list(COMSIG_ATOM_EXITED = CALLBACK(src, .proc/check_exit)))
|
||||
|
||||
/obj/item/assembly/infra/proc/check_exit(atom/movable/offender)
|
||||
/obj/item/assembly/infra/proc/check_exit(datum/source, atom/movable/offender)
|
||||
if(QDELETED(src))
|
||||
return
|
||||
if(offender == src || istype(offender,/obj/effect/beam/i_beam))
|
||||
|
||||
Reference in New Issue
Block a user