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
This commit is contained in:
Qustinnus
2018-10-03 17:02:56 -07:00
committed by Tad Hardesty
parent 89c97668c4
commit 9fc5a8d990
@@ -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