New borg laws

I have no idea how to make laws or map so let's keep them out of the maps for now
This commit is contained in:
BongaTheProto
2022-08-24 19:46:08 -05:00
parent f10d10c896
commit d04d80ab7c
6 changed files with 113 additions and 0 deletions
@@ -1,2 +1,12 @@
/datum/techweb_node/neural_programming
design_ids = list("impant_radio")
/datum/techweb_node/ai/Initialize()
var/extra_designs = list(
"slut_module",
"shebang_module",
"milker_module",
"vore_pred_module"
)
LAZYADD(design_ids, extra_designs)
. = ..()