mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-02 10:45:42 +01:00
abcd965dde
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 ..()
|