mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-30 19:11:52 +00:00
* Telekinesis works on interacting with items. (#52834) Rolls TK checks into baseline mob can_interact_with code. TK check code unashamedly stolen from /mob/living/carbon/human/shared_living_ui_distance This change touches every single can_interact interaction involving a mob and an atom, except /obj/machine which overrides can_interact without calling the parent and thus is unaffected by this change. It enables any functionality that would require a can_interact() check to return TRUE. It effectively works alongside the adjacency check and comes into play if the adjacency check would fail. * Telekinesis works on interacting with items. Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>