Files
Bubberstation/code/_onclick
SkyratBot 8d130ce006 [MIRROR] Fix 'your mind won't reach that far' message when clicking moodlet with TK (#1773)
* Fix 'your mind won't reach that far' message when clicking moodlet with TK (#55070)

The mood /atom/movable/screen, instead of having a Click() override, instead has its COMSIG_ATOM_CLICK registered in the mood component. This has the side effect of normal attack chain protocol being ran on it, meaning that if you click it with TK you will get a message saying "Your mind won't reach that far". This fixes that by overriding attack_tk into a noop.

* Fix 'your mind won't reach that far' message when clicking moodlet with TK

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
2020-11-22 18:22:26 +00:00
..