mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
More pAI Stuff (#10647)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user