Files
Bubberstation/code/modules
SyncIt21 e90018a3eb Stops unessassary reactions from occurring in plumbing machines (#95125)
## About The Pull Request
This PR stops reactions from occurring in plumbing machines except for 2
- Reaction chamber
- Acclimator

This means you can now have a tank containing welding fuel, carbon &
hydrogen and not worry about them reacting to create oil

## Why its good for the game
- Makes the game run faster. Calling `handle_reactions()` is an
expensive operation and should not be done needlessly
- Makes life for players easier. We don't want chemicals reacting before
they reach the reaction chamber & acclimator and making them obsolete.
It now allows them to do their job properly

**Dependencies**
- #95077
- #95084

After they are merged. Part of their code needs to be rewritten here.

This also deletes the redundant splitter sprite

## Changelog
🆑
qol: except for plumbing reaction chamber & acclimator, no reactions
will occur inside plumbing machines
/🆑
2026-02-20 07:53:31 +01:00
..
2026-02-11 12:13:45 -06:00
2026-02-03 22:23:09 -05:00
2026-02-03 22:23:09 -05:00
2026-02-03 22:23:09 -05:00
2026-02-03 22:23:09 -05:00
2026-02-03 22:23:09 -05:00
2026-02-08 18:48:53 -05:00
2026-02-03 22:23:09 -05:00
2026-02-19 01:04:46 +00:00