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:
Emmett Gaines
2018-08-28 11:28:29 -04:00
committed by vuonojenmustaturska
parent e877aaf186
commit 0943e56e08
52 changed files with 189 additions and 186 deletions

View File

@@ -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)