mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user