Removes weapons

This commit is contained in:
atermonera
2022-04-16 23:53:04 -08:00
parent 101740a7d3
commit 7a9806d9b4
1491 changed files with 24603 additions and 24603 deletions

View File

@@ -8,7 +8,7 @@
icon_state = "ntnet"
anchored = 1
density = 1
circuit = /obj/item/weapon/circuitboard/ntnet_relay
circuit = /obj/item/circuitboard/ntnet_relay
var/datum/ntnet/NTNet = null // This is mostly for backwards reference and to allow varedit modifications from ingame.
var/enabled = 1 // Set to 0 if the relay was turned off
var/dos_failure = 0 // Set to 1 if the relay failed due to (D)DoS attack