mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 00:36:47 +01:00
## About The Pull Request Fixes a few bugs, notably with ID card readers not properly filling info out from an ID. Also it untypes the data from /datum/weakref. This wasn't always a /datum/weakref, but was typed as it for ??? reasons, primarily relevant for Zandario who was having issues while trying to do some stuff. ## Why It's Good For The Game fixes bugs. also doesnt have something randomly typed as something it's not. ## Changelog 🆑 tweak: Circuit data isn't typed as /datum/weakref anymore. tweak: ID card readers now have a data output of rank, which is the non-alternative job title. fix: ID card readers now properly read a job and assignment from an ID. fix: Removing a circuit component by its own 'remove' ui button now properly removes it from the assembly UI. tweak: Removing a component from the UI doesn't brick a UI component in place in circuit tgui. /🆑