Unifies datum var definitions (#2237)
This commit is contained in:
committed by
kevinz000
parent
87b56c9d9c
commit
6cd0855b5a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user