Cataclysm-BN
Cataclysm-BN copied to clipboard
fix: add roofs to the Necropolis
Purpose of change
Fix because buildings on the surface of the Necropolis have no roofs.
Describe the solution
Add roofs.
Describe alternatives you've considered
Do nothing.
Testing
none
Additional context
none
Autofix has formatted code style violation in this PR.
I edit commits locally (e.g: git, github desktop) and want to keep autofix
- Run
git pull
. this will merge the automated commit into your local copy of the PR branch. - Continue working.
I do not want the automated commit
- Format your code locally, then commit it.
- Run
git push --force
to force push your branch. This will overwrite the automated commit on remote with your local one. - Continue working.
If you don't do this, your following commits will be based on the old commit, and cause MERGE CONFLICT.
check out the post office map as an example of how to add some interesting roof clutter.