Files
Bubberstation/code/modules/mob
SkyratBot 8d61e1f93b [MIRROR] Doafter cleanup, disables stoplag dynamic sleeping in unit tests [MDB IGNORE] (#23288)
* Doafter cleanup, disables stoplag dynamic sleeping in unit tests (#77868)

## About The Pull Request

[Makes the do_afters list behave as
expected](b7cd6c520f)

Half the code expected it to be a flat list of things we are acting on,
half expected it to be an assoc list of thing -> interaction count

Let's make that second dream a reality yeah?

[Disables stoplag's lag stoppage for unit
tests](88b2bb371c)

Because of the unique environment of unit tests (High cpu usage, lots of
sleeping) this risks spurious hard deletes from neverending stoplag
runs.

## Why It's Good For The Game

Less errors/guesswork in testing, better code
Potentially addresses #77865

* Doafter cleanup, disables stoplag dynamic sleeping in unit tests

---------

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2023-08-23 20:25:43 -04:00
..