-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
Console examine_more viewability change #3553
Console examine_more viewability change #3553
Conversation
…g for bluetooth activation with ones mind
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.
I like this, one change i might make is only having this work within a view tiles. Its fine for the bigger screens but you really shouldn't be able to read a laptop from a full screen width.
just needs test merges to ensure it works as intended.
I haven't looked at the code for a while and coulda sworn these would normally auto-close.
Ah, it already behaves this way. Example: dreamseeker_J9xWFYVohQ.mp4It also auto-closes when you move sufficiently far away, in this case being two tiles away. |
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request This PR makes it so that you can view a console, laptop, a wideband log, the screen on an APC, and the gasses measured from an air alarm, from one tile away. You can not interact with the UI unless you are right next to it. To do this, the examine_more function is used. ## Why It's Good For The Game It makes sense to be able to see screens without having to be right next to them. You will still be unable to interact with them, but you no longer need to be right next to them just to open up the UI. Laptops have also always required holding them in your hands to open up the UI, and this change should address that so that this is no longer necessary. ## Changelog :cl: add: Added ability to see screens using the examine_more function /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request This PR makes it so that you can view a console, laptop, a wideband log, the screen on an APC, and the gasses measured from an air alarm, from one tile away. You can not interact with the UI unless you are right next to it. To do this, the examine_more function is used. ## Why It's Good For The Game It makes sense to be able to see screens without having to be right next to them. You will still be unable to interact with them, but you no longer need to be right next to them just to open up the UI. Laptops have also always required holding them in your hands to open up the UI, and this change should address that so that this is no longer necessary. ## Changelog :cl: add: Added ability to see screens using the examine_more function /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
About The Pull Request
This PR makes it so that you can view a console, laptop, a wideband log, the screen on an APC, and the gasses measured from an air alarm, from one tile away. You can not interact with the UI unless you are right next to it. To do this, the examine_more function is used.
Why It's Good For The Game
It makes sense to be able to see screens without having to be right next to them. You will still be unable to interact with them, but you no longer need to be right next to them just to open up the UI. Laptops have also always required holding them in your hands to open up the UI, and this change should address that so that this is no longer necessary.
Changelog
🆑
add: Added ability to see screens using the examine_more function
/:cl: