mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00: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 ..()
|