Fixes basic mobs being lit ablaze invisibly (#31801)

* Fixes basic mobs being lit ablaze invisibly

* Snowflakes
This commit is contained in:
PollardTheDragon
2026-04-09 20:52:29 +00:00
committed by GitHub
parent cff45b319f
commit 8aeceae7dc
9 changed files with 10 additions and 8 deletions
@@ -51,7 +51,7 @@
// this makes the demon able to speak through holopads, due to the overriden say, PD cannot speak normally regardless
universal_speak = TRUE
loot = list(/obj/item/organ/internal/heart/demon/pulse)
initial_traits = list(TRAIT_FLYING)
initial_traits = list(TRAIT_FLYING, TRAIT_NOFIRE)
/// List of sounds that is picked from when the demon speaks.
var/list/speech_sounds = list("sound/voice/pdvoice1.ogg", "sound/voice/pdvoice2.ogg", "sound/voice/pdvoice3.ogg")