mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 20:22:32 +00:00
* Handlers converted, now to fix 3532 compile errors * 3532 compile fixes later, got runtimes on startup * Well the server loads now atleast * Take 2 * Oops
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
//what could possibly go wrong
|
|
GLOBAL_LIST_INIT(devil_machines, typecacheof(/obj/item/circuitboard, TRUE) - list(
|
|
/obj/item/circuitboard/shuttle,
|
|
/obj/item/circuitboard/swfdoor,
|
|
/obj/item/circuitboard/olddoor,
|
|
/obj/item/circuitboard/computer,
|
|
/obj/item/circuitboard/machine
|
|
))
|