Prevents APC wires from being displayed to the AI.

Restores and makes the mob type check more specific. Fixes #10559.
This commit is contained in:
PsiOmegaDelta
2015-08-12 13:33:51 +02:00
parent 8915edcce2
commit 1b7b69306c
+1 -1
View File
@@ -738,7 +738,7 @@
if(!user)
return
if(wiresexposed /*&& (!istype(user, /mob/living/silicon))*/) //Commented out the typecheck to allow engiborgs to repair damaged apcs.
if(wiresexposed && !istype(user, /mob/living/silicon/ai))
wires.Interact(user)
return ui_interact(user)