fix: tile stacking for starcup planet tiles#862
Open
foxcurl wants to merge 5 commits intoteamstarcup:mainfrom
Open
fix: tile stacking for starcup planet tiles#862foxcurl wants to merge 5 commits intoteamstarcup:mainfrom
foxcurl wants to merge 5 commits intoteamstarcup:mainfrom
Conversation
Collaborator
|
If this lets you place floor tiles on cave floor like they're hull plating, that's definitely player-facing--a significant source of friction on Glacier has always been "I can't beautify the cave floors of the maints bar unless I get an RCD". EDIT: Speaking of which, Upstream seems to have neglected to include FloorCave in the new lists! Would you be open to adding that? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
space-wizards/space-station-14#42543 introduced tile stacking, primarily used for construction on planet surfaces. I don't think this will fix grid connection issues for our surface bases, but at least people will be able to place tiles on charon-epsilon or anywhere that uses our custom tiles.
Technical details
Adds our tiles to the
baseWhitelistofBaseStationTileand shuffles some parenting around (including putting parent before name for some dirt tiles) to ensure all of our planet tiles parent fromBaseFloorPlanet.Media
i gotta test this...
Changelog
i dont think it's come up for any players