mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-18 22:02:28 +00:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
/datum/techweb_node/neural_programming
|
|
design_ids = list("impant_radio")
|
|
|
|
/datum/techweb_node/ai/New()
|
|
var/extra_designs = list(
|
|
"slut_module",
|
|
"shebang_module",
|
|
"milker_module",
|
|
"vore_pred_module"
|
|
)
|
|
LAZYADD(design_ids, extra_designs)
|
|
. = ..()
|