mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user