Unifies datum var definitions (#2237)

This commit is contained in:
CitadelStationBot
2017-08-03 08:02:58 -05:00
committed by kevinz000
parent 87b56c9d9c
commit 6cd0855b5a
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