mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 04:07:04 +01:00
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
//MODULAR SPLURT CHANGES OF ALREADY EXISTING NODES
|
|
/datum/techweb_node/adv_weaponry/New()
|
|
var/list/extra_designs = list(
|
|
"pin_electronic",
|
|
)
|
|
LAZYADD(design_ids, extra_designs)
|
|
. = ..()
|