mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 09:54:03 +00:00
## About The Pull Request Due to a change in how a gravity generator figured out the turfs it would be using to create itself, gravity generators were visually shifted to the right, but the interaction still remained where the main piece was placed. This just changes `CORNER_BLOCK` to `CORNER_BLOCK_OFFSET` and offsets the block one tile to the left. ## Why It's Good For The Game No more wonky gravity generators Fixes #73083 ## Changelog 🆑 fix: Gravity generators have been re-centered. /🆑