From 9fc5a8d990da673ee2fb744cd6bda1c1d06e76ef Mon Sep 17 00:00:00 2001 From: Qustinnus Date: Thu, 4 Oct 2018 02:02:56 +0200 Subject: [PATCH] Fix slime consoles working while unpowered (#40653) Slime Management Consoles no longer run on the energy of the monkeys you force to run on the hamster wheels inside of it --- code/game/machinery/computer/camera_advanced.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/computer/camera_advanced.dm b/code/game/machinery/computer/camera_advanced.dm index 86fcefb3407..d540bac0d15 100644 --- a/code/game/machinery/computer/camera_advanced.dm +++ b/code/game/machinery/computer/camera_advanced.dm @@ -96,6 +96,8 @@ . = ..() if(.) return + if(!is_operational()) //you cant use broken machine you chumbis + return if(current_user) to_chat(user, "The console is already in use!") return