Files
Bubberstation/code/datums
SkyratBot 0edf5c1f70 [MIRROR] Fixes a race condition in mutations code [MDB IGNORE] (#25116)
* Fixes a race condition in mutations code (#79829)

## About The Pull Request

One of the timers has a callback to the `modify()` proc which also
doesn't check whether the mutation owner has been deleted since the
timer began, potentially resulting in a runtime.

![image](https://github.com/tgstation/tgstation/assets/13398309/1e41c48b-2620-4473-9278-702d490871cc)

## Why It's Good For The Game

Fixes bugs

## Changelog

🆑
fix: fixed a race condition with mutations
/🆑

* Fixes a race condition in mutations code

---------

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2023-11-19 17:14:48 +00:00
..