mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
* Fix bad reference management in object overlay circuit (#81338) ## About The Pull Request `/obj/item/circuit_component/object_overlay` handled the wrong references when implementing `Destroy`. ## Changelog 🆑 Melbert fix: The object overlay circuit component will no longer take things with it. /🆑 * Fix bad reference management in object overlay circuit --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>