Files
GS13NG/code/datums/components/powered.dm
T
CitadelStationBot 32300086d5 [MIRROR] Port material containers to datum components (#2562)
* Port material containers to datum components

* Fixes Rej
2017-09-04 04:08:42 -05:00

7 lines
237 B
Plaintext

//These components require a powered machine as a parent to run
/datum/component/powered
/datum/component/powered/ReceiveSignal(sigtype, list/sig_args, async)
var/obj/machinery/M = parent
return M.is_operational() && ..()