Files
Aurora.3/code/datums/expansions/multitool/items/items.dm
PsiOmegaDelta abcd965dde Now possible to change cable coil color using a multitool.
Obviously using the same methods that borgs use to change the cable coil color internally.
2015-12-09 20:20:28 +01:00

6 lines
139 B
Plaintext

/datum/expansion/multitool/items/CanUseTopic(var/mob/user)
if(isAI(user)) // No remote AI access
return STATUS_CLOSE
return ..()