Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Aug 19, 2024
1 parent 4314562 commit 926c9d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/mods/Sky_Island/EOCs.json
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,13 @@
"message": "Select nearby water source"
},
"then": {
"if": { "map_terrain_with_flag": "LIQUID", "loc": { "context_val": "warped_pond_location" } },
"if": {
"or": [
{ "map_terrain_with_flag": "LIQUID", "loc": { "context_val": "warped_pond_location" } },
{ "map_terrain_id": "t_wooden_well", "loc": { "context_val": "warped_pond_location" } },
{ "map_terrain_id": "t_water_pump", "loc": { "context_val": "warped_pond_location" } }
]
},
"then": {
"run_eoc_selector": [
"EOC_WARPED_POND_CREATION_NW",
Expand Down

0 comments on commit 926c9d5

Please sign in to comment.