Skip to content

Commit

Permalink
Update EOCs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Sep 3, 2024
1 parent fe410bf commit 0210167
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions data/mods/Sky_Island/EOCs.json
Original file line number Diff line number Diff line change
Expand Up @@ -961,10 +961,13 @@
},
"else": [
{ "u_spawn_item": "warptoken", "count": 30, "suppress_message": true },
{ "u_message": "You must be near a water source to created a warped pond.", "type": "neutral" }
{ "u_message": "Canceled.", "type": "neutral" }
]
},
"else": { "u_message": "Canceled" }
"else": [
{ "u_spawn_item": "warptoken", "count": 30, "suppress_message": true },
{ "u_message": "You must be near a water source to created a warped pond.", "type": "neutral" }
]
}
]
},
Expand Down

0 comments on commit 0210167

Please sign in to comment.