Skip to content

Commit

Permalink
[Sky Island] Fix climate control (#76539)
Browse files Browse the repository at this point in the history
* Add catoblepas

* Initial commit

* Remove errant commit
  • Loading branch information
Standing-Storm authored Sep 19, 2024
1 parent 3562662 commit 431e003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Sky_Island/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"condition": {
"and": [
{ "u_has_trait": "mut_skyisland_temperature_adaptation" },
{ "u_at_om_location": "open_air" },
{ "or": [ { "u_at_om_location": "open_air" }, { "u_near_om_location": "sky_island_subcore", "range": 1 } ] },
{ "math": [ "u_val('pos_z')", "==", "6" ] }
]
},
Expand Down

0 comments on commit 431e003

Please sign in to comment.