dm is a curse (#7560)

## About The Pull Request
Random various bugfixes to random various things.
## Why It's Good For The Game
:slime:🔧
## Changelog
🆑
fix: Power network interface circuits work again.
fix: You can now heal prosthetics with cables again.
fix: Protolathes should no longer bluescreen when destructively
analyzing material sheets.
fix: Destructively analyzing advanced TTS circuits is no longer morally
dubious.
/🆑
This commit is contained in:
its-helvi
2026-03-28 15:20:07 -04:00
committed by GitHub
parent 62a816d917
commit 2f92e2021d
7 changed files with 40 additions and 22 deletions
@@ -210,7 +210,7 @@
IO.disconnect_from_network()
/obj/item/integrated_circuit/passive/power/powernet/make_energy()
var/obj/item/cell/battery = get_cell()
var/obj/item/cell/battery = assembly?.get_cell()
if(assembly && assembly.anchored && battery)
var/should_act = get_pin_data(IC_INPUT, 1) // Even if this is false, we still need to update the output pins with powernet information.
var/drawing = get_pin_data(IC_INPUT, 2)