mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Merge pull request #25318 from bgobandit/tetrismustdie
Alt-clicking a command headset toggles HIGH VOLUME mode.
This commit is contained in:
@@ -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>")
|
||||
Reference in New Issue
Block a user