Skip to content

Commit b604ccb

Browse files
Glowing Ones No Longer need to breathe.
Turns out Glowing Ones were getting poisoned by their own gas, due to them having to breathe, so they don't breathe anymore, regular ghouls still have to breathe, because they have to in fallout lore, but this is the only way Glowing Ones will work like they're supposed to.
1 parent 61bb182 commit b604ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Kenan-Modpack/Fallout_CDDA/monsters/undead.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"melee_dice_sides": 8,
4242
"luminance": 120,
4343
"harvest": "zombie",
44-
"emit_fields": [ { "emit_id": "emit_rad_leak", "delay": "2 s" } ],
44+
"emit_fields": [ { "emit_id": "emit_rad_cloud", "delay": "2 s" } ],
4545
"death_function": [ "NORMAL" ],
46-
"flags": [ "SEES", "SMELLS", "SWIMS", "POISON" ]
46+
"flags": [ "SEES", "SMELLS", "SWIMS", "POISON", "NO_BREATHE" ]
4747
},
4848
{
4949
"id": "mon_scorched",

0 commit comments

Comments
 (0)