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:
bgobandit
2017-03-24 09:26:48 +13:00
committed by oranges
parent 5faee0939c
commit 019b4e458b
@@ -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>")