mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user