[TGUI] Communications Console

This commit is contained in:
Kyep
2020-08-28 02:43:35 -07:00
parent ebba3a322b
commit 4f2c185bc7
14 changed files with 412 additions and 681 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/datum/station_goal/proc/send_report()
GLOB.priority_announcement.Announce("Priority Nanotrasen directive received. Project \"[name]\" details inbound.", "Incoming Priority Message", 'sound/AI/commandreport.ogg')
print_command_report(get_report(), "Nanotrasen Directive [pick(GLOB.phonetic_alphabet)] \Roman[rand(1,50)]")
print_command_report(get_report(), "Nanotrasen Directive [pick(GLOB.phonetic_alphabet)] \Roman[rand(1,50)]", FALSE)
on_report()
/datum/station_goal/proc/on_report()