Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Plexagon Access Management now tells you that you need a Tri…
…m to use Templates for ID cards [MDB IGNORE] (#2910) * Plexagon Access Management now tells you that you need a Trim to use Templates for ID cards (#83683) ## About The Pull Request Plexagon Access Management now removes the Templates dropdown, and puts in a note about trim in its place, if the inserted card does not have a trim attached. ## Why It's Good For The Game You can't apply a template without a trim on the card. The proc that handles it does a bitwise AND between what the template and the trim have for access, and applies it to the ID card. This is not mentioned anywhere in the program. I spent hours tracing ID procs trying to find the supposed bug preventing templates from applying before I stumbled upon this. So now it tells the user. I do not know why you're allowed to choose templates that aren't related to the currently applied trim, but that's out of scope for my frustration. ## Changelog :cl: qol: Plexagon Access Management now tells you that you need an ID Trim before applying a Template, rather than silently failing. /:cl: * Plexagon Access Management now tells you that you need a Trim to use Templates for ID cards --------- Co-authored-by: zxaber <[email protected]> Co-authored-by: NovaBot13 <[email protected]>
- Loading branch information