mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 01:43:40 +00:00
* Fixes a closet harddel (#69889) * Fixes a closet harddel PopulateContents is called in init which means that the closet is being qdelled but it's contents are not being properly removed when the prob(1) is called and it returns the qdel hint. This returns the qdel hint BEFORE parents init is called to stop this from happening * okay im just stupid * moves it * Update code/modules/unit_tests/closets.dm Co-authored-by: ShizCalev <ShizCalev@ users.noreply.github.com> * Update code/modules/unit_tests/closets.dm Co-authored-by: ShizCalev <ShizCalev@ users.noreply.github.com> * Fixes a closet harddel Co-authored-by: Seth Scherer <supernovaa41@gmx.com> Co-authored-by: ShizCalev <ShizCalev@ users.noreply.github.com>