[MIRROR] Converts the slot machine over to TGUI #2176
Merged
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.
Mirrored on Nova: NovaSector/NovaSector#1185
Original PR: tgstation/tgstation#81700
About The Pull Request
This PR is the long-awaited de-soulification of the slot machine, converting it over to TGUI. It also updates the jackpot, since it appears to have been quite broken. It will now give all of the available prize money plus 10000 credits. I'm fairly sure this is what was supposed to happen, but I honestly could not tell, so if this ends up being a balance change then so be it. Also adds a new funny kind of jackpot when you get 5 bombs in the middle row. Other than that, generally cleans up and updates some of the slot machine code.
The styling of the slot machine ui is nothing fancy right now, and I'm open to suggestions about how the ui should look.
Fixes #71314
2024-02-26.21-42-34.mp4
Why It's Good For The Game
Converts a super old and outdated UI over to TGUI, fixes the jackpot, and includes general code improvements for the slot machine.
Changelog
🆑 Momo8289
fix: Fixes the slot machine's jackpot. It should now give all of the available prize money + 10,000 credits as payout for a jackpot.
refactor: Converts the slot machine's UI over to TGUI
add: The slot machine now has a whole new type of jackpot! This one's a banger!
/:cl: