mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +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,7 +35,7 @@
|
||||
|
||||
/obj/item/circuit_component/airlock
|
||||
display_name = "Airlock"
|
||||
display_desc = "The general interface with an airlock. Includes general statuses of the airlock"
|
||||
desc = "The general interface with an airlock. Includes general statuses of the airlock"
|
||||
|
||||
/// Called when attack_hand is called on the shell.
|
||||
var/obj/machinery/door/airlock/attached_airlock
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
/obj/item/circuit_component/bot
|
||||
display_name = "Bot"
|
||||
display_desc = "Triggers when someone interacts with the bot."
|
||||
desc = "Triggers when someone interacts with the bot."
|
||||
|
||||
/// Called when attack_hand is called on the shell.
|
||||
var/datum/port/output/signal
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
/obj/item/circuit_component/compact_remote
|
||||
display_name = "Compact Remote"
|
||||
display_desc = "Used to receive inputs from the compact remote shell. Use the shell in hand to trigger the output signal."
|
||||
desc = "Used to receive inputs from the compact remote shell. Use the shell in hand to trigger the output signal."
|
||||
|
||||
/// Called when attack_self is called on the shell.
|
||||
var/datum/port/output/signal
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
/obj/item/circuit_component/controller
|
||||
display_name = "Controller"
|
||||
display_desc = "Used to receive inputs from the controller shell. Use the shell in hand to trigger the output signal. Alt-click for the alternate signal. Right click for the extra signal."
|
||||
desc = "Used to receive inputs from the controller shell. Use the shell in hand to trigger the output signal. Alt-click for the alternate signal. Right click for the extra signal."
|
||||
|
||||
/// The three separate buttons that are called in attack_hand on the shell.
|
||||
var/datum/port/output/signal
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
/obj/item/circuit_component/bot_circuit
|
||||
display_name = "Drone"
|
||||
display_desc = "Used to send movement output signals to the drone shell."
|
||||
desc = "Used to send movement output signals to the drone shell."
|
||||
|
||||
/// The inputs to allow for the drone to move
|
||||
var/datum/port/input/north
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
/obj/item/circuit_component/money_dispenser
|
||||
display_name = "Money Dispenser"
|
||||
display_desc = "Used to dispense money from the money bot. Money is taken from the internal storage of money."
|
||||
desc = "Used to dispense money from the money bot. Money is taken from the internal storage of money."
|
||||
circuit_flags = CIRCUIT_FLAG_INPUT_SIGNAL|CIRCUIT_FLAG_OUTPUT_SIGNAL
|
||||
|
||||
/// The amount of money to dispense
|
||||
@@ -82,7 +82,7 @@
|
||||
/obj/item/circuit_component/money_bot
|
||||
display_name = "Money Bot"
|
||||
var/obj/structure/money_bot/attached_bot
|
||||
display_desc = "Used to receive input signals when money is inserted into the money bot shell and also keep track of the total money in the shell."
|
||||
desc = "Used to receive input signals when money is inserted into the money bot shell and also keep track of the total money in the shell."
|
||||
|
||||
/// Total money in the shell
|
||||
var/datum/port/output/total_money
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
/obj/item/circuit_component/wiremod_scanner
|
||||
display_name = "Scanner"
|
||||
display_desc = "Used to receive scanned entities from the scanner."
|
||||
desc = "Used to receive scanned entities from the scanner."
|
||||
|
||||
/// Called when afterattack is called on the shell.
|
||||
var/datum/port/output/signal
|
||||
|
||||
Reference in New Issue
Block a user