mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 08:34:23 +00:00
* Fixes a small runtime due to copied memories (#79609) ## About The Pull Request Copied memories (`/datum/memory/copy`) are stored in the same slot as the type they copied it from (in this case, `/datum/memory/key/account`), meaning this would runtime if someone with a copied memory tried to change their bank account ID. ## Changelog 🆑 Melbert fix: People with copied memories can modify their bank account ID as normal. /🆑 * Fixes a small runtime due to copied memories --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>