fixed bluespace harvester not reconnecting to powernet properly remake (#23792)

This commit is contained in:
Qwertytoforty
2024-01-14 12:41:00 +00:00
committed by GitHub
parent 6e38ed8592
commit c2c28be35f
+6 -4
View File
@@ -316,12 +316,14 @@
/obj/machinery/power/bluespace_tap/connect_to_network()
..()
update_icon()
. = ..()
if(.)
update_icon()
/obj/machinery/power/bluespace_tap/disconnect_from_network()
..()
update_icon()
. = ..()
if(.)
update_icon()
/obj/machinery/power/bluespace_tap/Destroy()
QDEL_LIST_CONTENTS(fillers)