mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 00:13:55 +00: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
@@ -27,7 +27,7 @@
|
||||
target_turf = target
|
||||
START_PROCESSING(SSobj, src) // process on create, in case stuff is still there
|
||||
|
||||
/datum/component/chasm/proc/Entered(atom/movable/AM)
|
||||
/datum/component/chasm/proc/Entered(datum/source, atom/movable/AM)
|
||||
START_PROCESSING(SSobj, src)
|
||||
drop_stuff(AM)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user