mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Obviously using the same methods that borgs use to change the cable coil color internally.
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
/datum/expansion/multitool/items/CanUseTopic(var/mob/user)
|
|
if(isAI(user)) // No remote AI access
|
|
return STATUS_CLOSE
|
|
|
|
return ..()
|