Merge pull request #25318 from bgobandit/tetrismustdie

Alt-clicking a command headset toggles HIGH VOLUME mode.
This commit is contained in:
oranges
2017-03-22 22:19:41 +13:00
committed by GitHub
@@ -299,3 +299,8 @@
secure_radio_connections[ch_name] = add_radio(src, radiochannels[ch_name])
return
/obj/item/device/radio/headset/AltClick(mob/user)
if (command)
use_command = !use_command
to_chat(user, "<span class='notice'>You toggle high-volume mode.</span>")