Unifies datum definitions

This commit is contained in:
Jordan Brown
2017-08-01 15:51:26 -04:00
parent 6df66f730f
commit cd912faf59
6 changed files with 32 additions and 36 deletions
-2
View File
@@ -66,8 +66,6 @@
/datum/component/proc/OnTransfer(datum/new_parent)
return
/datum/var/list/datum_components //list of /datum/component
/datum/proc/SendSignal(sigtype, ...)
var/list/comps = datum_components
. = FALSE