From 3522bfed83af5ea04f4af822b9f58ecd7b8df3a0 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Thu, 18 Apr 2024 22:14:38 -0500 Subject: [PATCH] Fixes --- .../MindOverMatter/monsters/monster_eoc_spells.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/mods/MindOverMatter/monsters/monster_eoc_spells.json b/data/mods/MindOverMatter/monsters/monster_eoc_spells.json index 0047d719d2fa2..d758570b4563e 100644 --- a/data/mods/MindOverMatter/monsters/monster_eoc_spells.json +++ b/data/mods/MindOverMatter/monsters/monster_eoc_spells.json @@ -105,7 +105,7 @@ "type": "SPELL", "name": "[Ψ]Breaker end powers", "description": "Breaker's power that ends concentration. It's a bug if you have it.", - "valid_targets": [ "self" ], + "valid_targets": [ "hostile" ], "flags": [ "NO_PROJECTILE", "NO_EXPLOSION_SFX" ], "effect": "effect_on_condition", "effect_str": "EOC_NULL_BREAK_CONCENTRATION", @@ -140,7 +140,7 @@ "x_in_y_chance": { "x": { "math": [ - "5 - u_has_proficiency('prof_concentration_basic')) - (u_has_proficiency('prof_concentration_intermediate')) - (u_has_proficiency('prof_concentration_master')" + "5 - u_has_proficiency('prof_concentration_basic') - u_has_proficiency('prof_concentration_intermediate') - u_has_proficiency('prof_concentration_master')" ] }, "y": 5 @@ -156,12 +156,12 @@ { "math": [ "u_pain()", "+=", "1" ] } ] } - ], - "false_effect": [ - { "u_message": "Icy fingers crawl across your brain for a moment.", "type": "bad" }, - { "math": [ "u_pain()", "+=", "1" ] } ] } + ], + "false_effect": [ + { "u_message": "Icy fingers crawl across your brain for a moment.", "type": "bad" }, + { "math": [ "u_pain()", "+=", "1" ] } ] } ]