This repository was archived by the owner on May 22, 2025. It is now read-only.
[boring] Map template cleanup #11503
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.
General Documentation
Intent of your Pull Request
The following excludes engine and bar templates because they are too flexible with areas and room shape
Cleans up all our station templates to follow a certain standard,
Also shrinks the dorms and testsite templates to not include the parts that don't change
The station file:
no objects within template space
areas designated, no template areas
template turfs where needed, no same turfs over same turfs
The template files:
template area (this is to allow pasting of templates anywhere without having to worry about areas)
turfs are set and all objects are inside of the template
space is always a template turf (to allow for pasting of space templates into places that shouldn't have space)
Why is this change good for the game?
Consistency,
ease of porting templates to other maps,
ability to paste templates anywhere during a round without worrying about areas and missing objects
Wiki Documentation
nothing from the player side has changed
Changelog
🆑
tweak: standardizes our map templates
/:cl: