From 2a8e1e4c063a9a6fb437e01fdbb63f823eff7995 Mon Sep 17 00:00:00 2001 From: nicetoolbox Date: Fri, 2 Oct 2020 01:23:54 -0700 Subject: [PATCH] remove invalid comment --- code/modules/research/rdconsole.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index ec10b1f695b..ccf9f65a5f1 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -337,7 +337,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, linked_destroy.icon_state = "d_analyzer" menu = MENU_DESTROY - if("maxresearch") //Eject the item inside the destructive analyzer. + if("maxresearch") if(!check_rights(R_ADMIN)) return if(alert("Are you sure you want to maximize research levels?","Confirmation","Yes","No")=="No")