Updates modular PC program names to have some flavor (#52492)

* Better program names

* Forgot a few things.

* oops
This commit is contained in:
zxaber
2020-08-06 12:48:18 -03:00
committed by GitHub
parent a6012d7e08
commit a4b97193be
19 changed files with 49 additions and 56 deletions
@@ -1,11 +1,10 @@
/datum/computer_file/program/alarm_monitor
filename = "alarmmonitor"
filedesc = "Alarm Monitor"
filedesc = "Canary"
ui_header = "alarm_green.gif"
program_icon_state = "alert-green"
extended_desc = "This program provides visual interface for station's alarm system."
extended_desc = "This program provides visual interface for a station's alarm system."
requires_ntnet = 1
network_destination = "alarm monitoring network"
size = 5
tgui_id = "NtosStationAlertConsole"
var/has_alert = 0