Shiptest 13 - Modules - Types

code/datums/components/connect_loc_behalf.dm

/datum/component/connect_loc_behalfThis component behaves similar to connect_loc, hooking into a signal on a tracked object's turf It has the ability to react to that signal on behalf of a separate listener however This has great use, primarily for components, but it carries with it some overhead So we do it separately as it needs to hold state which is very likely to lead to bugs if it remains as an element.