Files
Bubberstation/code/game/objects
SkyratBot a1d997beea [MIRROR] Fixes a small runtime due to copied memories [MDB IGNORE] (#24922)
* 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>
2023-11-11 01:01:43 -05:00
..