mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-29 23:57:10 +01:00
Prevent researching Infective Exo-Locomotion
Prevents researching the Infective Exo-Locomotion nanite type, listed in the techweb as `spreading_nanites`, due to conflicts with server rules.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// Harmful nanites node
|
||||
/datum/techweb_node/nanite_hazard/New()
|
||||
// Define designs to remove
|
||||
var/list/rem_designs = list(
|
||||
"spreading_nanites"
|
||||
)
|
||||
|
||||
// Remove designs from the list
|
||||
LAZYREMOVE(design_ids, rem_designs)
|
||||
|
||||
// Return
|
||||
. = ..()
|
||||
Reference in New Issue
Block a user