[MIRROR] Circuit component descriptions and module names are now visible to the naked eye. (#7290)

* Circuit component descriptions and module names are now visible to the naked eye. (#60545)

* Circuit component descriptions and module names are now visible to the naked eye.

Co-authored-by: Gurkenglas <gurkenglas@hotmail.de>
This commit is contained in:
SkyratBot
2021-08-01 12:42:08 +02:00
committed by GitHub
parent 842f59fed5
commit 170863cfd7
54 changed files with 61 additions and 62 deletions
@@ -35,11 +35,11 @@
/obj/item/circuit_component/bci
display_name = "Brain-Computer Interface"
display_desc = "Used to receive inputs for the brain-computer interface. User is presented with three buttons."
desc = "Used to receive inputs for the brain-computer interface. User is presented with three buttons."
/obj/item/circuit_component/bci_action
display_name = "BCI Action"
display_desc = "Represents an action the user can take when implanted with the brain-computer interface."
desc = "Represents an action the user can take when implanted with the brain-computer interface."
/// The name to use for the button
var/datum/port/input/button_name
@@ -155,7 +155,7 @@
/obj/item/circuit_component/bci_core
display_name = "BCI Core"
display_desc = "Controls the core operations of the BCI."
desc = "Controls the core operations of the BCI."
/// A reference to the action button to look at charge/get info
var/datum/action/innate/bci_charge_action/charge_action