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

This commit is contained in:
Gurkenglas
2021-08-01 06:19:43 +02:00
committed by GitHub
parent a66d210d73
commit aa018a857a
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