Skip to content

Commit

Permalink
Merge pull request CleverRaven#75112 from Standing-Storm/target-all-d…
Browse files Browse the repository at this point in the history
…rones

[MoM] Null line cleanup hits all possible targets
  • Loading branch information
Maleclypse authored Jul 20, 2024
2 parents 3842d7d + 250332c commit 8df469d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/monsters/death_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"type": "SPELL",
"name": "[Ψ]Delete Nullifying Fields Monster",
"description": "This cleans up the nullifying fields after a zombie null dies. It's a bug if you have it.",
"valid_targets": [ "ground" ],
"valid_targets": [ "ground", "hostile", "ally", "self" ],
"flags": [ "SILENT", "NO_EXPLOSION_SFX", "IGNORE_WALLS" ],
"effect": "ter_transform",
"effect_str": "ter_null_zombie_delete_fields",
Expand Down

0 comments on commit 8df469d

Please sign in to comment.