Breaker Box AI interaction fix

- AI can now properly interact with Breaker Box, without interacting BOTH as AI and human.
This commit is contained in:
Atlantiscze
2014-09-02 17:02:36 +02:00
parent 68f5522095
commit 3ca0d1577f
-4
View File
@@ -36,8 +36,6 @@
user << "\red System is busy. Please wait until current operation is finished before changing power settings."
return
..()
busy = 1
user << "\green Updating power settings.."
if(do_after(user, 50)) //5s for AI as AIs can manipulate electronics much faster.
@@ -52,8 +50,6 @@
user << "\red System is busy. Please wait until current operation is finished before changing power settings."
return
..()
busy = 1
for(var/mob/O in viewers(user))
O.show_message(text("\red [user] started reprogramming [src]!"), 1)