mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Megaphones now create floating chat and use accent/lang (#22942)
Megaphones now use your accent, language, and create floating text when used. <img width="2560" height="1400" alt="dreamseeker_V1ntU7aL2j" src="https://github.com/user-attachments/assets/36828048-9e5b-4c6d-bad9-974d8880adef" /> Port of https://github.com/Baystation12/Baystation12/pull/35232 but only in spirit.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
var/list/exclaim_verb = list("exclaims")
|
||||
|
||||
/// Used when a sentence ends in !!
|
||||
var/list/shout_verb = list("shouts", "yells", "screams")
|
||||
var/list/shout_verb = list("shouts", "yells", "screams", "broadcasts")
|
||||
|
||||
/// Optional. When not specified speech_verb + quietly/softly is used instead.
|
||||
var/list/whisper_verb = null
|
||||
|
||||
Reference in New Issue
Block a user