[MIRROR] BCI overlays and click interception (#7319)

* BCI overlays and click interception (#60503)

* BCI overlays and click interception

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-08-03 18:36:42 +01:00
committed by GitHub
co-authored by SmArtKar
parent 23d27d9396
commit cc1ece2b38
11 changed files with 423 additions and 11 deletions
+16 -2
View File
@@ -694,8 +694,6 @@
description = "Grants access to more complicated shell designs."
prereq_ids = list("basic_circuitry", "engineering")
design_ids = list(
"bci_implanter",
"bci_shell",
"bot_shell",
"door_shell",
"controller_shell",
@@ -704,6 +702,22 @@
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
/datum/techweb_node/bci_shells
id = "bci_shells"
display_name = "Brain-Computer Interfaces"
description = "Grants access to biocompatable shell designs and components."
prereq_ids = list("adv_shells")
design_ids = list(
"bci_implanter",
"bci_shell",
"comp_bar_overlay",
"comp_bci_action",
"comp_target_intercept",
"comp_counter_overlay",
"comp_object_overlay",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 500)
/datum/techweb_node/movable_shells_tech
id = "movable_shells"
display_name = "Movable Shell Research"