Skip to content

Commit

Permalink
Also check for lack of effect when applying Ra'ab
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Oct 21, 2024
1 parent e4f4f51 commit 0f8c7ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/mods/Xedra_Evolved/mutations/xe_lilin_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
],
"false_effect": [
{
"if": { "math": [ "u_vitamin('lilin_ruach_vitamin')", "==", "0" ] },
"if": {
"and": [
{ "math": [ "u_vitamin('lilin_ruach_vitamin')", "==", "0" ] },
{ "not": { "u_has_effect": "effect_lilin_no_ruach" } }
]
},
"then": { "u_add_effect": "effect_lilin_no_ruach", "duration": "PERMANENT", "intensity": 1 }
}
]
Expand Down

0 comments on commit 0f8c7ef

Please sign in to comment.