code/datums/components/connect_range.dm
/datum/component/connect_range | This component behaves similar to connect_loc_behalf but for all turfs in range, hooking into a signal on each of them. Just like connect_loc_behalf, It can react to that signal on behalf of a separate listener. Good for components, though it carries some overhead. Can't be an element as that may lead to bugs. |
---|