Fixed design name of telecomm circuit design

Was mislabeled, fixed!
This commit is contained in:
GauHelldragon
2012-12-16 17:41:24 -08:00
parent 0db60b65c7
commit d38a0715e7

View File

@@ -547,7 +547,7 @@ datum/design/telecomms_processor
build_path = "/obj/item/weapon/circuitboard/telecomms/processor"
datum/design/telecomms_server
name = "Circuit Design (Subspace Receiver)"
name = "Circuit Design (Telecommunication Server)"
desc = "Allows for the construction of Telecommunications Servers."
id = "s-server"
req_tech = list("programming" = 4, "engineering" = 4)