crazylemon suggestion

This commit is contained in:
S34NW
2021-11-03 13:13:48 +00:00
parent 991da9a09b
commit 84a027b2be
2 changed files with 22 additions and 11 deletions
+8
View File
@@ -74,6 +74,14 @@
/obj/effect/spawner
name = "object spawner"
/**
* Used when we want to pass vars from a spawner to a spawned object
*
* o - The spawned object we want to pass a var to
*/
/obj/effect/spawner/proc/synchronize_variables(atom/a)
return
/obj/effect/list_container
name = "list container"