Skip to content

Commit

Permalink
Add missing ID to nested EoC
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Apr 18, 2024
1 parent 72915c5 commit 5a2a82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/mods/MindOverMatter/monsters/monster_eoc_spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,13 @@
{
"run_eocs": [
{
"id": "EOC_NULL_BREAK_CONCENTRATION_2",
"condition": { "math": [ "u_vitamin('vitamin_maintained_powers')", ">=", "1" ] },
"effect": [
{
"run_eocs": [
{
"id": "EOC_NULL_BREAK_CONCENTRATION_2",
"id": "EOC_NULL_BREAK_CONCENTRATION_3",
"condition": {
"x_in_y_chance": {
"x": {
Expand Down

0 comments on commit 5a2a82e

Please sign in to comment.