[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 11:42:08 +01:00
committed by GitHub
co-authored by Gurkenglas
parent 842f59fed5
commit 170863cfd7
54 changed files with 61 additions and 62 deletions
@@ -5,7 +5,7 @@
*/
/obj/item/circuit_component/direction
display_name = "Get Direction"
display_desc = "A component that returns the direction of itself and an entity."
desc = "A component that returns the direction of itself and an entity."
/// The input port
var/datum/port/input/input_port
+1 -1
View File
@@ -5,7 +5,7 @@
*/
/obj/item/circuit_component/gps
display_name = "Internal GPS"
display_desc = "A component that returns the xyz co-ordinates of itself."
desc = "A component that returns the xyz co-ordinates of itself."
/// The result from the output
var/datum/port/output/x_pos
@@ -5,7 +5,7 @@
*/
/obj/item/circuit_component/health
display_name = "Get Health"
display_desc = "A component that returns the health of an organism."
desc = "A component that returns the health of an organism."
/// The input port
var/datum/port/input/input_port
+1 -1
View File
@@ -5,7 +5,7 @@
*/
/obj/item/circuit_component/hear
display_name = "Voice Activator"
display_desc = "A component that listens for messages. Requires a shell."
desc = "A component that listens for messages. Requires a shell."
/// The message heard
var/datum/port/output/message_port
+1 -1
View File
@@ -5,7 +5,7 @@
*/
/obj/item/circuit_component/self
display_name = "Self"
display_desc = "A component that returns the current shell."
desc = "A component that returns the current shell."
/// The shell this component is attached to.
var/datum/port/output/output
@@ -5,7 +5,7 @@
*/
/obj/item/circuit_component/species
display_name = "Get Species"
display_desc = "A component that returns the species of its input."
desc = "A component that returns the species of its input."
/// The input port
var/datum/port/input/input_port