From 8edba7b74b755fd2f65429ceb716b8597ec51225 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 29 Jun 2017 20:59:04 -0500 Subject: [PATCH] [s] Holodeck exploit fix (#1830) --- code/modules/holodeck/computer.dm | 2 ++ 1 file changed, 2 insertions(+) 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