here we go again (#2456)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
var/universal_translate = 0 // set to 1 if it can translate nonhuman speech
|
||||
|
||||
req_access = list(ACCESS_TCOMSAT)
|
||||
circuit = /obj/item/weapon/circuitboard/computer/comm_server
|
||||
circuit = /obj/item/circuitboard/computer/comm_server
|
||||
|
||||
/obj/machinery/computer/telecomms/server/attack_hand(mob/user)
|
||||
if(..())
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
var/network = "NULL" // the network to probe
|
||||
|
||||
var/temp = "" // temporary feedback messages
|
||||
circuit = /obj/item/weapon/circuitboard/computer/comm_monitor
|
||||
circuit = /obj/item/circuitboard/computer/comm_monitor
|
||||
|
||||
/obj/machinery/computer/telecomms/monitor/attack_hand(mob/user)
|
||||
if(..())
|
||||
|
||||
Reference in New Issue
Block a user