This repository has been archived by the owner on Sep 17, 2022. It is now read-only.
Fix autolathe runtime when using custom materials #110
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.
About The Pull Request
The autolathe tries to award an award to the person using it when they print something using custom materials other than glass and iron. With the bee tgui autolathe, the user printing was no longer passed to the
make_item
proc.Because of this, it seems to break down completely after printing such items.
This PR tracks all users that have requested an item to be printed and tries to award the achievement to every user that requested the specific design.
The PR is completely untested, besides runningdreamchecker
, because it's too damn late for me to be testing this right now. Don't merge without testing yourself, otherwise wait for me to get around to it, which is annoying because it involves switching BYOND versions.The PR has been tested, after a fix should be good to merge.
Why It's Good For The Game
Bugfix good.
Changelog
🆑
fix: Autolathe no longer breaks when printing items with unusual custom materials
/:cl: