Skip to content

Commit

Permalink
Merge pull request #72816 from GuardianDll/no_premotion_without_premo…
Browse files Browse the repository at this point in the history
…tion

[MoM] stop using premonition if you don't have premonition
  • Loading branch information
Maleclypse authored Apr 5, 2024
2 parents cf825cc + 0eaf2c3 commit 88620b6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
{
"text": "[Premonition] *Determine if the voice is a threat*",
"topic": "TALK_PORTAL_STORM_DANGER_SENSE_FAIL",
"condition": { "math": [ "u_spell_level('clair_danger_sense')", "<=", "7" ] }
"condition": {
"and": [
{ "math": [ "u_spell_level('clair_danger_sense')", "<=", "7" ] },
{ "math": [ "u_spell_level('clair_danger_sense')", "!=", "-1" ] }
]
}
},
{
"text": "[Premonition 8+] *Determine if the voice is a threat*",
Expand Down

0 comments on commit 88620b6

Please sign in to comment.