Adds bigger fonr for the Shadowlings in the Shadowling hivemind

This commit is contained in:
Arkatos1
2019-04-02 21:07:15 +02:00
parent 13fc0e5768
commit bd7c97e5c0
+3 -1
View File
@@ -523,7 +523,9 @@
flags = RESTRICTED | HIVEMIND
/datum/language/shadowling/broadcast(mob/living/speaker, message, speaker_mask)
if(speaker.mind && speaker.mind.special_role)
if(speaker.mind && speaker.mind.special_role == SPECIAL_ROLE_SHADOWLING)
..(speaker,"<font size=3>[message]</font>", "<font size=3>([speaker.mind.special_role]) [speaker]</font>")
else if(speaker.mind && speaker.mind.special_role)
..(speaker, message, "([speaker.mind.special_role]) [speaker]")
else
..(speaker, message)