Files
Bubberstation/code/modules/modular_computers/file_system
SkyratBot 32c0117e8a [MIRROR] Researching now checks your techweb for availability [MDB IGNORE] (#18444)
* Researching now checks your techweb for availability (#72218)

## About The Pull Request

Currently RD consoles are hardcoded to check the Science techweb for an
available node to research it, and your unique techweb (if it exists) is
only checked for availability in ``research_node()``.

To fix this, I removed this snowflake check, since we're already
checking what we need to, when we need to.

## Why It's Good For The Game

RD consoles now should be working as expected when using different
research nodes (actually being able to research things Science hasn't
already researched).

## Changelog

🆑
fix: Researching now checks the techweb it's linked to for node
availability, rather than only the Science one.
/🆑

* Researching now checks your techweb for availability

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
2022-12-31 18:38:14 -08:00
..