-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forest biome terrain oter_id -> oter_type_id #72812
Forest biome terrain oter_id -> oter_type_id #72812
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-requesting reviews from non-collaborators: @I-am-Erk @Light-Wave @Night-Pryanik
So to test the crash, what I did is I moved |
Summary
None
Purpose of change
Remove needless extra region setting lines specifying that all rotations of maps should count for forest density.
Describe the solution
Removes useless rotated oter_id strings.
Replaces with just oter_type_id strings.
Alphabetises the lists for good measure.
Describe alternatives you've considered
Buying a separate mouse just to scroll with.
Adding om_terrain_match_type functionality.
Testing
Start a world and find a road going through forest.
Do the same after adding "road" to "forest_thick"'s "terrains".
Forest now goes up to the road.
Additional context