From 2a038ac755a1c7d167a4310cd781b99caabc142e Mon Sep 17 00:00:00 2001 From: nicetoolbox Date: Sat, 3 Oct 2020 20:42:57 -0700 Subject: [PATCH] bug fixes --- code/modules/research/rdconsole.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 57f6a4cd535..884f3004a2e 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -313,7 +313,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, linked_destroy.busy = TRUE add_wait_message("Processing and Updating Database...", DECONSTRUCT_DELAY) flick("d_analyzer_process", linked_destroy) - addtimer(CALLBACK(src, .proc/finish_destroyer, usr, temp_tech), DECONSTRUCT_DELAY) + addtimer(CALLBACK(src, .proc/finish_destroyer, temp_tech), DECONSTRUCT_DELAY) // Sends salvaged materials to a linked protolathe, if any. /obj/machinery/computer/rdconsole/proc/send_mats() @@ -795,6 +795,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, data["admin"] = check_rights(R_ADMIN, FALSE, user) data["disk_type"] = d_disk ? "design" : (t_disk ? "tech" : null) data["disk_data"] = null + data["loaded_item"] = null data["category"] = selected_category if(menu == MENU_MAIN || menu == MENU_LEVELS)