mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-05-18 12:50:14 +01:00
fefbcf6ba2
- We can eliminate any overridden methods at all on flipped trinary devices by making a `mirrored` and `tee` variable! This allows us to do things like flip them without delete/spawning. - T-Valves are also basically trinary. Sadly they are not a subtype, so to share code with them I have to put it into an outside proc. But still worth it.