mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Makes important terror spiders bold on hivemind. (#16434)
* Makes important terror spiders bold on hivemind. * whoops * isterrorspider, spacing, and carry over Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> * Changes it to a loudspeaker variable * Update code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
co-authored by
SabreML
AffectedArc07
parent
2ba2c20a4f
commit
d32e9f9bea
@@ -486,6 +486,14 @@
|
||||
flags = RESTRICTED | HIVEMIND | NOBABEL
|
||||
follow = TRUE
|
||||
|
||||
/datum/language/terrorspider/broadcast(mob/living/speaker, message, speaker_mask)
|
||||
if(isterrorspider(speaker))
|
||||
var/mob/living/simple_animal/hostile/poison/terror_spider/T = speaker
|
||||
if(T.loudspeaker)
|
||||
..(speaker, "<font size=3><b>[message]</b></font>")
|
||||
return
|
||||
..(speaker, message)
|
||||
|
||||
/datum/language/ling
|
||||
name = "Changeling"
|
||||
desc = "Although they are normally wary and suspicious of each other, changelings can commune over a distance."
|
||||
|
||||
Reference in New Issue
Block a user