mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 00:13:55 +00:00
* Newscaster ID scanning is now simpler, works with wallets. (#54785) Newscasters no longer use a snowflake method of obtaining PDA/ID card job and name and instead use Get_Id_card() like the rest of the code does these days, enabling the newscaster to collect your ID card regardless of it it's in your hand, belt, ID card slot, tablet, wallet, whole nine yards. Codewise this is a nice cleanup, and makes the newscasters just a tiny bit easier to follow on the backend. * Newscaster ID scanning is now simpler, works with wallets. Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>