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.
Summary
SUMMARY: Bugfixes "fixes High Tech/Low Life start from lacking a house."
Purpose of change
Fixes: Shady basement spawns without house upstairs #37455, until the basements can be fully overhauled.
Describe the solution
I found a house to attach it to until we can make more randomized basements with explicit stair placement.
I took this basement off the no_rotate flag so it can rotate with its house.
I didn't remove it from the general basement spawn chances so I'm not sure if there will be an impact for removing the flag. Stairs are pretty messed up right now anyway.EDIT: I removed the entry at ralreegorganon's suggestion.Describe alternatives you've considered
Eventually I'd rather this be a nested chunk that can appear rarely and more randomly.
Testing
Tried the scenario start in world, checked stair alignment, was pleased I was in a house.
Additional context
This has brought up additional issues that are better resolved post 0.E release. This is more a temporary fix then a proper resolution to the issue.