mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-19 10:59:39 +01:00
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
/datum/component/multitool/circuitboards/CanUseTopic(var/mob/user)
|
|
if(isAI(user)) // No remote AI access
|
|
return STATUS_CLOSE
|
|
|
|
return ..()
|