[Aftershock] Small mapgen fixes. #79060
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.
Summary
Mods "[Aftershock] Fixes some minor bugs and consistency issues with Aftershock maps."
Purpose of change
The General store is missing a floor tile on the second floor allowing light to leak in. It also had mis-matching terrains on the roof.
Habitat Block 1 never spawned enemies.
Habitat Block 2 had two apartments there actually didn't have doors to get in.
Habitat Block 3 accidently used the forbidden roof magic in the first floor airlock.
The malamute transport should have a metal roof and not a concrete one.
The Solar Array had miss-matching roof terrains.
Describe the solution
General Store roof fixed, terrains now match and light does not leak in.
Habitat Block 1 now spawns enemies.
All apartments in Habitat Block 2 now have doors.
Habitat Block 3 now has roof over it's airlock. And also spawns slightly fewer solar panels.
Malamute transport now has a metal roof.
Solar array roof furniture's spawn with correct terrain.
Describe alternatives you've considered
Testing
Loaded world, observed no errors. Spawned each structure. Verified problem solved.
Additional context