diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index b26b275a836..4ce213730ab 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -169,8 +169,6 @@ proc/CallMaterialName(ID) return D.loc = src user << "You add the disk to the machine!" - if(istype(D, /obj/item/weapon/screwdriver) && islocked() && !(stat & BROKEN)) - user << "This console is locked; Unlock it first" else ..() src.updateUsrDialog() @@ -326,12 +324,6 @@ proc/CallMaterialName(ID) use_power(250) updateUsrDialog() - else if(href_list["lock"]) //Lock the console from use by anyone without access. - if(src.allowed(usr)) - screen = text2num(href_list["lock"]) - else - usr << "Unauthorized Access." - else if(href_list["sync"]) //Sync the research holder with all the R&D consoles in the game that aren't sync protected. screen = 0.0 if(!sync) @@ -658,10 +650,6 @@ proc/CallMaterialName(ID) if(0.1) dat += "