Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Give more control over conveyor switch circuits (#82857) ## About The Pull Request This adds more signals to the conveyor switch circuits, specifically for going forward, stopping, or reversing. One-way conveyor switches will not get the reverse signal (as shown by the bottom right switch in the video). https://github.com/tgstation/tgstation/assets/16826524/66f287de-8413-41df-a69c-51b9ab8d7a02 ## Why It's Good For The Game This makes it far easier to make contraptions such as sorting mechanisms using circuits without the need to toggle multiple times just to get the conveyor direction into the state you need it in. ## Changelog :cl: qol: conveyor switches now have direction-specific input signals /:cl: * Give more control over conveyor switch circuits --------- Co-authored-by: NovaBot <[email protected]> Co-authored-by: Echriser <[email protected]>
- Loading branch information