diff --git a/code/modules/holodeck/computer.dm b/code/modules/holodeck/computer.dm index e1778946517..5b1cced0e8c 100644 --- a/code/modules/holodeck/computer.dm +++ b/code/modules/holodeck/computer.dm @@ -194,6 +194,7 @@ /obj/machinery/computer/holodeck/Destroy() emergency_shutdown() + linked.linked = null return ..() /obj/machinery/computer/holodeck/emp_act(severity)