mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 20:11:56 +00:00
* Fixes the identification section not appearing in PDAs and improves its appearance just a bit (while also fixing some runtimes) (#71467) ## About The Pull Request Yeah so turns out that #71420 broke the display of the identification section in PDAs (and by extension, all modular (I guess not really modular anymore) computers), because it forgot to remove a now unused variable from the interface. However, while investigating this, I strolled upon many more bugs and other general unresponsiveness of the interface, so I went ahead and fixed those. There's also no longer an empty set of `()` on both of the fields if there's no ID inside of the computer anymore, because that was stupid. ## Why It's Good For The Game Bug bad, fix good. Multiple fix, even better. ## Changelog 🆑 GoldenAlpharex fix: PDAs (and by extension, modular computers) now can see the ID section at the top of their main screen again, which means that PDAs can have IDs imprinted on them again. fix: Fixes the ID section not displaying anything when there wasn't any ID inserted in it, even if it had an imprinted name and job. fix: Fixes the "Eject ID" and "Imprint ID" buttons not being disabled when there's no ID in the computer/PDA. fix: There's no longer any empty () by in the "ID Name" and "Assignment" fields of the ID section of computers when there's no ID in them. /🆑 * Fixes the identification section not appearing in PDAs and improves its appearance just a bit (while also fixing some runtimes) Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>