Files
kiwistation/code/modules
Timberpoes d2fa99ff76 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.
2020-08-11 15:51:33 -03:00
..
2020-06-22 16:49:07 +02:00
2020-07-19 22:20:09 -03:00
2020-08-10 16:31:59 -03:00
2020-08-11 14:44:01 +12:00
2020-07-16 19:40:25 +12:00
2020-07-16 20:13:04 +02:00
2020-08-10 16:31:59 -03:00
2020-07-16 20:13:04 +02:00
2020-08-02 23:37:15 +08:00