mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
UI Tweaks and Changes (#10035)
This commit is contained in:
@@ -42,4 +42,4 @@
|
||||
return
|
||||
var/mob/living/silicon/pai/host = true_computer.computer_host
|
||||
|
||||
host.radio.Topic(href, href_list)
|
||||
host.radio.Topic(href, href_list)
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
/datum/computer_file/program/records/medical
|
||||
filename = "medrec"
|
||||
filedesc = "Medical records"
|
||||
filedesc = "Medical Records"
|
||||
extended_desc = "Used to view, edit and maintain medical records."
|
||||
record_prefix = "Medical "
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
/datum/computer_file/program/records/security
|
||||
filename = "secrec"
|
||||
filedesc = "Security records"
|
||||
filedesc = "Security Records"
|
||||
extended_desc = "Used to view, edit and maintain security records"
|
||||
record_prefix = "Security "
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
/datum/computer_file/program/records/employment
|
||||
filename = "emprec"
|
||||
filedesc = "Employment records"
|
||||
filedesc = "Employment Records"
|
||||
extended_desc = "Used to view, edit and maintain employment records."
|
||||
record_prefix = "Employment "
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/datum/computer_file/program/chemistry_codex
|
||||
filename = "chemcodex"
|
||||
filedesc = "Chemistry codex"
|
||||
filedesc = "Chemistry Codex"
|
||||
program_icon_state = "generic"
|
||||
extended_desc = "Useful program to view chemical reactions and how to make them."
|
||||
size = 14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/datum/computer_file/program/exosuit_monitor
|
||||
filename = "exosuitmonitor"
|
||||
filedesc = "Exosuit monitoring and control"
|
||||
filedesc = "Exosuit Monitoring and Control"
|
||||
nanomodule_path = /datum/nano_module/exosuit_control
|
||||
program_icon_state = "mecha"
|
||||
extended_desc = "This program allows remote monitoring and administration of exosuits with tracking beacons installed."
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
/datum/computer_file/program/guntracker/ui_interact(var/mob/user)
|
||||
var/datum/vueui/ui = SSvueui.get_open_ui(user, src)
|
||||
if(!ui)
|
||||
ui = new /datum/vueui/modularcomputer(user, src, "mcomputer-security-guntracker", 600, 400, "Firearm Control")
|
||||
ui = new /datum/vueui/modularcomputer(user, src, "mcomputer-security-guntracker", 600, 400, "Firearm Control System")
|
||||
ui.open()
|
||||
ui.auto_update_content = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user