From 1a05adf35a2b90cbb44dc399ab27d5ca883fb34c Mon Sep 17 00:00:00 2001 From: nicetoolbox Date: Sat, 3 Oct 2020 18:12:25 -0700 Subject: [PATCH] usr is implicit --- code/modules/research/rdconsole.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index e83422ead43..9a0b16bb532 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -285,8 +285,8 @@ won't update every console in existence) but it's more of a hassle to do. Also, clear_wait_message() SStgui.update_uis(src) -/obj/machinery/computer/rdconsole/proc/start_destroyer(usr) - if(!linked_destroy || !usr) +/obj/machinery/computer/rdconsole/proc/start_destroyer() + if(!linked_destroy) return if(linked_destroy.busy)