UI Tweaks and Changes (#10035)

This commit is contained in:
Geeves
2020-09-25 23:01:10 +02:00
committed by GitHub
parent 968baf101a
commit a7a4a2bf74
30 changed files with 393 additions and 183 deletions

View File

@@ -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)

View File

@@ -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 "

View File

@@ -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

View File

@@ -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."

View File

@@ -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