fix: Let tarps actually shelter fires, let fire rings be used more #5834
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.
Checklist
Required
main
so it won't cause conflict when updatingmain
branch later.Purpose of change
The tarp lean-to's description said it could be used to shelter a fire, but it could not. This lets it be accurate to its description (and have other furniture too I guess)
The fire ring was restricted to only being placeable on specifically dirt and nothing else. This felt like an unnecessary restriction (and didn't allow for the fire ring to be sheltered by the tarp), so I opted to just let it be constructed on any (
FLAT
) terrain.Describe the solution
FLAT
to the tarp lean-toDescribe alternatives you've considered
This doesn't actually solve the issue, because there are innumerable sensible
FLAT
terrain options that it could be put on, and manually adding them all would be ridiculous. Also, it's not like having a fire ring on any of these terrain types is an actual balance issue.Testing
It works, but it looks silly
Additional context
Maybe we should have a flag that can be put on terrain that says to put the terrain's sprite on a higher layer than the furniture sprite for situations like this.