Runechat - stop bugging me for gods sake (#14141)

* Runechat - stop bugging me for gods sake

* Hotfix

* V2

* Patch 1

* Removes Radio

* Colour Sanity

* Fixes loc issues

* 2020-08-28

* LF --> CRLF

* Forgot this

* Fixes holopad stuffs

* Preference toggle existing!

* Drask + Kidan
This commit is contained in:
AffectedArc07
2020-10-26 14:10:09 +00:00
committed by GitHub
parent 4b1bf3d32a
commit ca29f5340e
22 changed files with 673 additions and 21 deletions
@@ -71,6 +71,10 @@
for(var/obj/O in oview(14, get_turf(src)))
O.hear_talk(user, message_to_multilingual("<span class='reallybig'>[message]</span>"))
for(var/mob/M in get_mobs_in_view(7, src))
if((M.client?.prefs.toggles2 & PREFTOGGLE_2_RUNECHAT) && M.can_hear())
M.create_chat_message(user, message, FALSE, "big")
/obj/item/megaphone/emag_act(user as mob)
if(!emagged)
to_chat(user, "<span class='warning'>You overload \the [src]'s voice synthesizer.</span>")