Merge pull request #6690 from VOREStation/vplk-ntnet-fixer

Fixes to Modular Computers and NTNet Relays
This commit is contained in:
Atermonera
2020-02-20 22:57:02 -08:00
committed by VirgoBot
parent a41caca3ca
commit 1010fd283b
8 changed files with 31 additions and 37 deletions

View File

@@ -87,10 +87,10 @@ obj/item/weapon/circuitboard/rdserver/attackby(obj/item/I as obj, mob/user as mo
/obj/item/weapon/stock_parts/micro_laser = 1,
/obj/item/weapon/stock_parts/console_screen = 1)
obj/item/weapon/circuitboard/ntnet_relay
/obj/item/weapon/circuitboard/ntnet_relay
name = "Circuit board (NTNet Quantum Relay)"
build_path = "/obj/machinery/ntnet_relay"
board_type = "machine"
build_path = /obj/machinery/ntnet_relay
board_type = new /datum/frame/frame_types/machine
origin_tech = list(TECH_DATA = 4)
req_components = list(
"/obj/item/stack/cable_coil" = 15)
/obj/item/stack/cable_coil = 15)