mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 03:22:41 +00:00
* test one Hey there! Did you know that if you toss someone into a recycled emagger, that we delete _all_ of that mob's contents? You probably didn't because this shit is broken broken. Like, ow. That's because we manually moved an item to nullspace, which caused a _slew_ of odd behavior in the Destroy chain for `obj/item` since it moves it to nullspace at a very specific point in time and makes all of it's assumptions on when you move the thing to nullspace. If it's in nullspace before you call qdel, you would shit out the ass with hanging references stuck on the mob (like `w_uniform` pointing to something in nullspace, like the image above). All fixed now, though. * I FUCKING LOVE UNIT TESTS THIS SHIT WILL NEVER BREAK AGAIN!!! * i blanked my guy hasn't moved for twenty minutes Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> * wrong documentation Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>