Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Nov 15, 2024
1 parent d7df3a1 commit b71ff8d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions data/mods/Xedra_Evolved/spells/lilin_spell_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,13 @@
"if": {
"or": [
{ "u_has_species": "CYBORG" },
{ "u_has_species": "MAMMAL" },
{ "u_has_species": "AMPHIBIAN" },
{ "u_has_species": "BIRD" },
{ "u_has_species": "REPTILE" },
{ "u_has_species": "FISH" },
{ "u_has_species": "KRAKEN" }
{ "and": [ { "u_has_species": "MAMMAL" }, { "not": { "u_has_species": "ZOMBIE" } } ] },
{ "and": [ { "u_has_species": "AMPHIBIAN" }, { "not": { "u_has_species": "ZOMBIE" } } ] },
{ "and": [ { "u_has_species": "BIRD" }, { "not": { "u_has_species": "ZOMBIE" } } ] },
{ "and": [ { "u_has_species": "REPTILE" }, { "not": { "u_has_species": "ZOMBIE" } } ] },
{ "and": [ { "u_has_species": "FISH" }, { "not": { "u_has_species": "ZOMBIE" } } ] },
{ "u_has_species": "KRAKEN" },
{ "test_eoc": "EOC_CONDITIONS_LILIN_DINOMOD_RUACH_DRAIN" }
]
},
"then": [
Expand Down

0 comments on commit b71ff8d

Please sign in to comment.