Add dialog functions for portal storm doors opening/closing and being taken away briefly. #55538
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
None
Purpose of change
Part of #52475
Add portal effect to open and then close nearby doors.
Add portal effect to capture player in small cell for a little while.
Describe the solution
Cleaned up and fixed ter_furn_transform. Removed the fail message which did nothing and got messages to work more tightly linked to happening.
Added new mapgen flag to prevent rotating the tile even if the underlying one is.
Added z offset to u_location_variable.
Describe alternatives you've considered
Different fixes to ter_furn_transform.
Maybe an overall success message rather than repeating it so much?
Fixing fail message rather than removal. It's barely used and complicates things more than it's worth.
Adding some sort of special door transform effect rather than the giant ugly transform.
Testing
Additional context