mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
* 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>