mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Merge pull request #6478 from VOREStation/upstream-merge-6621
[MIRROR] Moar descriptions for things
This commit is contained in:
@@ -51,6 +51,7 @@ var/global/list/obj/machinery/message_server/message_servers = list()
|
||||
icon = 'icons/obj/machines/research.dmi'
|
||||
icon_state = "server"
|
||||
name = "Messaging Server"
|
||||
desc = "Facilitates both PDA messages and request console functions."
|
||||
density = 1
|
||||
anchored = 1.0
|
||||
use_power = 1
|
||||
@@ -80,6 +81,11 @@ var/global/list/obj/machinery/message_server/message_servers = list()
|
||||
..()
|
||||
return
|
||||
|
||||
/obj/machinery/message_server/examine(mob/user, distance, infix, suffix)
|
||||
if(..())
|
||||
to_chat(user, "It appears to be [active ? "online" : "offline"].")
|
||||
|
||||
|
||||
/obj/machinery/message_server/proc/GenerateKey()
|
||||
//Feel free to move to Helpers.
|
||||
var/newKey
|
||||
@@ -231,6 +237,7 @@ var/obj/machinery/blackbox_recorder/blackbox
|
||||
icon = 'icons/obj/stationobjs.dmi'
|
||||
icon_state = "blackbox"
|
||||
name = "Blackbox Recorder"
|
||||
desc = "Records all radio communications, as well as various other information in case of the worst."
|
||||
density = 1
|
||||
anchored = 1.0
|
||||
use_power = 1
|
||||
|
||||
@@ -29,6 +29,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
|
||||
/obj/machinery/computer/rdconsole
|
||||
name = "R&D control console"
|
||||
desc = "Science, in a computer! Experiment results not guaranteed."
|
||||
icon_keyboard = "rd_key"
|
||||
icon_screen = "rdcomp"
|
||||
light_color = "#a97faa"
|
||||
|
||||
@@ -150,6 +150,7 @@
|
||||
|
||||
/obj/machinery/computer/rdservercontrol
|
||||
name = "R&D Server Controller"
|
||||
desc = "Manage the research designs and servers. Can also modify upload/download permissions to R&D consoles."
|
||||
icon_keyboard = "rd_key"
|
||||
icon_screen = "rdcomp"
|
||||
light_color = "#a97faa"
|
||||
|
||||
Reference in New Issue
Block a user