Skip to content

Commit

Permalink
Merge pull request CleverRaven#75831 from Standing-Storm/add-wells
Browse files Browse the repository at this point in the history
[Sky Island] Update Warped Pond recipe with man-made terrain
  • Loading branch information
Maleclypse authored Aug 22, 2024
2 parents a232d0b + 926c9d5 commit 6a6a79f
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 6a6a79f

Please sign in to comment.