mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
* Fixing a number of issues with burial mounds and abandoned crates. (#64482) Ok, I'm fixing a few issues with certain crates, namely the abandoned one and the burial mound: An oversight with the skittish trait letting players dive into burial mounds, which are technically a subtype of crates. A runtime that made abandoned crates not update their lock lights when unlocked (the togglelock call was missing the user arg). This one was my fault. An oversight with abandoned crates not resetting the number of attempts left and not nulling the last attempted code when re-locked. Idem. Burial mounds somehow getting lock lights overlays. Also i'm taking this opportunity to make the closets unit test not early return at the first encountered failure (at the time I made it I didn't know TEST_ASSERT & co would early return on failure) since we want this unit test to finish looping through all non-blacklisted closets. * Fixing a number of issues with burial mounds and abandoned crates. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>