mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 14:17:12 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user