mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
fixed bluespace harvester not reconnecting to powernet properly remake (#23792)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user