fix: remove t_open_air_rooved
from s_garage_roof_1
#5857
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
Required
main
so it won't cause conflict when updatingmain
branch later.Purpose of change
Remove
t_open_air_rooved
froms_garage_roof_1
becauset_open_air_rooved
places flat roof on level 2Describe the solution
Delete
t_open_air_rooved
and its symbol from the mapgens_garage_roof_1
Describe alternatives you've considered
Use
t_open_air_rooved_outside
but this terrain, liket_open_air_rooved
, places a flat roof on the level above.Additional context
Before:
![image1](https://private-user-images.githubusercontent.com/146018959/399567742-bab5f7c0-e5ea-4760-91ad-5362043efa6e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODc2NjYsIm5iZiI6MTczOTY4NzM2NiwicGF0aCI6Ii8xNDYwMTg5NTkvMzk5NTY3NzQyLWJhYjVmN2MwLWU1ZWEtNDc2MC05MWFkLTUzNjIwNDNlZmE2ZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNjI5MjZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xZjBjODAwZTdkODA2MmM0MzgxNDgyNTdkM2IxZDNmNDc2OWVlNTIxZjA3OTVlNTllMjI1Nzg5Yzk5NTVjMDc5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.rlrIlKHwBGmpOTWBewXl0AEQtfBBe5VAnTqbXS4apnE)
![image2](https://private-user-images.githubusercontent.com/146018959/399567747-15471e33-785c-491a-8a36-404f71ef60ea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODc2NjYsIm5iZiI6MTczOTY4NzM2NiwicGF0aCI6Ii8xNDYwMTg5NTkvMzk5NTY3NzQ3LTE1NDcxZTMzLTc4NWMtNDkxYS04YTM2LTQwNGY3MWVmNjBlYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNjI5MjZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jYzEyOTI4OWY2MWFkYTdjMTUzYmNlMGJjOTI5MDMwMjc5YjJkYjQ2OGFhOGNmYmQ4Y2RiYWEyODkwMTQ1ZDNhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._ZekN8F54qpyhcMx2ZMDW7xd6A6RApT9OXQw8CmSDYc)
After: