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

This commit is contained in:
Gurkenglas
2021-07-31 21:19:43 -07:00
committed by GitHub
parent a66d210d73
commit aa018a857a
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