Gives Alien Queen (and Empress) bold text in Alien Hivemind (#19761)

* gives loudspeaker to Alien Empress and Queen

* Sirryan review

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Coolrune206
2022-11-25 10:21:28 +10:00
committed by GitHub
parent e1d608f45b
commit 892dcd1ca4
4 changed files with 10 additions and 0 deletions
+7
View File
@@ -499,6 +499,13 @@
flags = RESTRICTED | HIVEMIND | NOBABEL
follow = TRUE
/datum/language/xenos/broadcast(mob/living/speaker, message, speaker_mask)
if(isalien(speaker))
var/mob/living/carbon/alien/humanoid/alienspeaker = speaker
if(alienspeaker.loudspeaker)
return ..(speaker, "<font size=3><b>[message]</b></font>")
return ..()
/datum/language/terrorspider
name = "Spider Hivemind"
desc = "Terror spiders have a limited ability to commune over a psychic hivemind, similar to xenomorphs."
@@ -17,6 +17,7 @@
status_flags = CANPARALYSE|CANPUSH
var/heal_rate = 5
var/large = FALSE
var/loudspeaker = FALSE
var/heat_protection = 0.5
var/leaping = FALSE
ventcrawler = 2
@@ -5,6 +5,7 @@
health = 700
icon_state = "alienq_s"
status_flags = CANPARALYSE
loudspeaker = TRUE
mob_size = MOB_SIZE_LARGE
bubble_icon = "alienroyal"
large = 1
@@ -5,6 +5,7 @@
health = 250
icon_state = "alienq_s"
status_flags = CANPARALYSE
loudspeaker = TRUE
heal_rate = 5
large = 1
ventcrawler = 0