diff --git a/code/modules/holodeck/computer.dm b/code/modules/holodeck/computer.dm index 7947ef4413..b7c58c23d3 100644 --- a/code/modules/holodeck/computer.dm +++ b/code/modules/holodeck/computer.dm @@ -171,6 +171,8 @@ load_program(area) else if("safety" in href_list) var/safe = text2num(href_list["safety"]) + if(!issilicon(usr)) + return emagged = !safe if(!program) return