Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Oct 26, 2024
1 parent ce4004b commit 4473c91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions mods/RnD/code/design.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,3 @@
additional_spawn_components = list(
/obj/item/stock_parts/power/apc/buildable = 1
)

/datum/design/circuit/traffic_console
name = "telecommunications traffic control console"
id = "teletraffic"
req_tech = list(TECH_DATA = 3)
build_path = /obj/item/stock_parts/circuitboard/comm_traffic
sort_string = "KCAST"
2 changes: 1 addition & 1 deletion mods/RnD/code/tech_telecom.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
required_tech_levels = list()
cost = 1550

unlocks_designs = list("rcon_console", "teletraffic")
unlocks_designs = list("rcon_console", "traffic_server")

/datum/technology/tcom/mainframes
name = "Mainframes"
Expand Down

0 comments on commit 4473c91

Please sign in to comment.