Adds more channels to intercom msg

This commit is contained in:
Anewbe
2017-09-24 02:00:58 -05:00
parent f856755c55
commit d0a175994d
3 changed files with 7 additions and 1 deletions

View File

@@ -675,7 +675,7 @@ proc/admin_notice(var/message, var/rights)
if(!check_rights(0)) return
//This is basically how death alarms do it
var/obj/item/device/radio/headset/a = new /obj/item/device/radio/headset/ert(null)
var/obj/item/device/radio/headset/a = new /obj/item/device/radio/headset/omni(null)
var/channel = input("Channel for message:","Channel", null) as null|anything in (list("Common") + a.keyslot2.channels) // + a.keyslot1.channels