Skip to content

Commit

Permalink
Update data/mods/MindOverMatter/powers/telepathy_eoc.json
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GuardianDll and github-actions[bot] authored Jun 11, 2024
1 parent 7e0277b commit c7385db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/mods/MindOverMatter/powers/telepathy_eoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
"id": "EOC_TELEPATH_MORALE_MODIFY_NPC_VALUES_2",
"condition": { "not": { "u_has_effect": "effect_telepathic_psi_armor" } },
"effect": [
{
"math": [ "u_val('npc_fear')", "=", "max(-10, (u_val('npc_fear') - (u_mood_stabilized_power_level / 2)))" ]
},
{ "math": [ "u_val('npc_fear')", "=", "max(-10, (u_val('npc_fear') - (u_mood_stabilized_power_level / 2)))" ] },
{
"math": [ "u_val('npc_anger')", "=", "max(-10, (u_val('npc_anger') - (u_mood_stabilized_power_level / 2)))" ]
},
Expand Down

0 comments on commit c7385db

Please sign in to comment.