mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Correct wire and power connection removal
This commit is contained in:
@@ -33,11 +33,9 @@
|
||||
|
||||
/obj/machinery/media/transmitter/broadcast/Destroy()
|
||||
if(wires)
|
||||
wires.Destroy()
|
||||
wires = null
|
||||
del(wires)
|
||||
if(power_connection)
|
||||
power_connection.Destroy()
|
||||
power_connection = null
|
||||
del(power_connection)
|
||||
..()
|
||||
|
||||
/obj/machinery/media/transmitter/broadcast/proc/cable_power_change(var/list/args)
|
||||
|
||||
Reference in New Issue
Block a user