Conveyor friction fix by Happyrobot33 · Pull Request #873 · ss14Starlight/space-station-14 (original) (raw)
Short description
Adds a check to the conveyor system to prevent 0 tile friction when not conveyed
Why we need to add this
Without this, all entities thrown onto conveyors never get any friction, including spinning friction, even when the conveyor is off. This leads to both weird physics behavior, and lag as you might have 200 items in disposals and none of them are allowed to enter sleeping state
Media (Video/Screenshots)
Checks
- I do not require assistance to complete the PR.
- Before posting/requesting review of a PR, I have verified that the changes work.
- I have added screenshots/videos of the changes, or this PR does not change in-game mechanics.
- I affirm that my changes are licensed under the Starlight Fork License and grant permission for use in this repository under its conditions.
Changelog
🆑 Happyrobot33
- fix: Fixed items spinning forever on disabled conveyors