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:
DeityLink
2020-09-23 13:00:38 +02:00
committed by GitHub
parent b2f4862ef5
commit 395bde837b
17 changed files with 262 additions and 154 deletions

View File

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