mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
* Fixes destructive analyzer being unable to research anything (#79953)
## About The Pull Request
62165b992d/code/modules/research/destructive_analyzer.dm (L184)
placed after `loaded_item` is nulled, so it runtimes and fails to unhide
any nodes. I've just saved item's type to new variable. Hopefully, it
doesn't make any harddels or other scary things.

## Why It's Good For The Game
less runtimes, more things that works as they should
## Changelog
🆑
fix: You can now destructively analyze syndicate and abductor items. It
works this time, I promise!
/🆑
* Fixes destructive analyzer being unable to research anything
---------
Co-authored-by: Iajret <8430839+Iajret@users.noreply.github.com>