mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Follow-up to the Centcomm Orders rework, fixes and polish (#27863)
* cleanup * wage rework * per unit order contribution fix * tweaking * smol announcement * seriously id/admin was never meant to have any subtype, fuck that noise
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
var/force_report = 0
|
||||
var/alert = 'sound/AI/commandreport.ogg'//sound
|
||||
var/noalert = 0
|
||||
var/small = 0
|
||||
|
||||
/datum/command_alert/proc/announce()
|
||||
command_alert(message, alert_title, force_report, alert, noalert)
|
||||
command_alert(message, alert_title, force_report, alert, noalert, small)
|
||||
|
||||
//////BIOHAZARD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user