/datum/expansion/multitool/store/interact(var/obj/item/device/multitool/M, var/mob/user) if(CanUseTopic(user) != STATUS_INTERACTIVE) return if(M.get_buffer() == holder) M.set_buffer(null) user << "You purge the connection data of \the [holder] from \the [M]." else M.set_buffer(holder) user << "You load connection data from \the [holder] to \the [M]."