More pAI Stuff (#10647)

This commit is contained in:
Geeves
2021-01-16 13:56:24 +02:00
committed by GitHub
parent 01a0b1bac2
commit bb18e617b3
13 changed files with 79 additions and 17 deletions
@@ -188,6 +188,10 @@
return attack_self(user)
return ..()
// pai can take a look, but they cannot interact with the UI
/obj/item/modular_computer/attack_pai(mob/user)
return attack_self(user)
// On-click handling. Turns on the computer if it's off and opens the GUI.
/obj/item/modular_computer/attack_self(mob/user)
if(enabled && screen_on)