mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Enable runechat for grey psionic speech (#25309)
This change adds the HIVEMIND_RUNECHAT flag to the grey language datum, displaying runechat above the receiver for all psionic messages that are heard, as with the abductor hivemind language.
This commit is contained in:
@@ -342,7 +342,7 @@
|
||||
exclaim_verbs = list("imparts")
|
||||
colour = "abductor"
|
||||
key = "^"
|
||||
flags = RESTRICTED | HIVEMIND | NOLIBRARIAN
|
||||
flags = RESTRICTED | HIVEMIND | NOLIBRARIAN | HIVEMIND_RUNECHAT
|
||||
follow = TRUE
|
||||
|
||||
/datum/language/grey/broadcast(mob/living/speaker, message, speaker_mask)
|
||||
|
||||
Reference in New Issue
Block a user