mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
0a162f61ee
God is with us.
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 ..()
|