diff --git a/code/datums/mutations/farsight.dm b/code/datums/mutations/farsight.dm index d246264bd12..b95801a480a 100644 --- a/code/datums/mutations/farsight.dm +++ b/code/datums/mutations/farsight.dm @@ -57,6 +57,9 @@ cooldown_time *= 0.5 build_all_button_icons(UPDATE_BUTTON_STATUS) +/datum/action/cooldown/spell/farsight/get_caster_from_target(atom/target) + return target // This ability only effect's the caster's client, no reason to try and fail to effect the closet or mech we're inside. + /datum/action/cooldown/spell/farsight/is_action_active(atom/movable/screen/movable/action_button/current_button) return active