Files
Bubberstation/code/modules/mob
SkyratBot 015b5a8247 [MIRROR] Telekinesis works on interacting with items. (#301)
* 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>
2020-08-12 11:29:19 +01:00
..