-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes users getting locked in simulation view / simulation refactor #5318
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks fine and can confirm the fix is working.
detonate explosive button doesn't work (it stays grayed out.) |
# About the pull request This PR is a followup to #5318 that changed a var used to determine whether detonation is possible. # Explain why it's good for the game Simulator is useless without this functionality. # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> ![bombs](https://github.com/cmss13-devs/cmss13/assets/76988376/f8387688-a34f-4e59-b21d-c0497e8e0cdd) </details> # Changelog :cl: Drathek fix: Fixed simulators detonation button /:cl:
About the pull request
Initially I thought I introduced this bug, but it looks like it's existed for a few years. Fixes #4927. Also did some minor refactoring for the simulator.
Explain why it's good for the game
bug bad
Changelog
🆑
fix: fixes users getting stuck inside of the simulator
/:cl: