Files
Bubberstation/code/modules/research
SkyratBot 32bf48d662 [MIRROR] Fixes destructive analyzer being unable to research anything [MDB IGNORE] (#25296)
* 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.

![image](https://github.com/tgstation/tgstation/assets/8430839/7d4994a3-e0eb-47e6-b69c-f18a6b820b4e)
## 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>
2023-11-28 00:10:16 -05:00
..