mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user