mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Fixes basic mobs being lit ablaze invisibly (#31801)
* Fixes basic mobs being lit ablaze invisibly * Snowflakes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user