diff --git a/code/game/machinery/computer/law.dm b/code/game/machinery/computer/law.dm index 66fce34a82b..48128829916 100644 --- a/code/game/machinery/computer/law.dm +++ b/code/game/machinery/computer/law.dm @@ -157,6 +157,9 @@ . = ..() if(timer_id) stop_upload(TRUE) + current = null + installed_module = null + id = null /obj/machinery/computer/aiupload/obj_break(damage_flag) if(timer_id)