* Fix issues resulting from an elevated object being created inside of a non-turf atom (#83498)
## About The Pull Request
If an elevated object is initialized inside of a non-turf atom, it'll
still make the turf it is on elevated. Permanently. Which is weird.
## Why It's Good For The Game
Randomly elevated turfs are bad. Bugs bad.
## Changelog
🆑
fix: Fix a rare issue where a turf would remain permanently "elevated"
if an elevated object was initialized inside of a non-turf object.
/🆑
* Fix issues resulting from an elevated object being created inside of a non-turf atom
---------
Co-authored-by: Lucy <lucy@absolucy.moe>