mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Makes changes oranges requested in the PR but merged anyway because what the fuck is the value of my free time (#25387)
* Makes changes requested in PR * fuckity fuck fuck FUCK fuck you fuck die fuck *Swampbandit
This commit is contained in:
@@ -300,7 +300,9 @@
|
||||
|
||||
return
|
||||
|
||||
/obj/item/device/radio/headset/AltClick(mob/user)
|
||||
/obj/item/device/radio/headset/AltClick(mob/living/user)
|
||||
if(!istype(user) || !Adjacent(user) || user.incapacitated())
|
||||
return
|
||||
if (command)
|
||||
use_command = !use_command
|
||||
to_chat(user, "<span class='notice'>You toggle high-volume mode.</span>")
|
||||
to_chat(user, "<span class='notice'>You toggle high-volume mode [use_command ? "on" : "off"].</span>")
|
||||
Reference in New Issue
Block a user