Adds 'Intercom Convo' verb

Allows an admin to 'schedule' up to 20 messages to play on the radio.
This commit is contained in:
Arokha Sieyes
2018-02-27 21:17:47 -05:00
parent a578eeeb85
commit 7aa5ca479a
5 changed files with 99 additions and 13 deletions

View File

@@ -184,7 +184,7 @@ var/static/list/scarySounds = list(
var/max_explosion_range = 14
// Announcer intercom, because too much stuff creates an intercom for one message then hard del()s it.
var/global/obj/item/device/radio/intercom/global_announcer = new /obj/item/device/radio/intercom{channels=list("Engineering")}(null)
var/global/obj/item/device/radio/intercom/omni/global_announcer = new /obj/item/device/radio/intercom/omni(null)
var/list/station_departments = list("Command", "Medical", "Engineering", "Science", "Security", "Cargo", "Civilian")