mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-28 13:16:29 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user