From 52e799ac652c6edd48d250f814e259af44f92329 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 21 Sep 2015 01:44:50 +0300 Subject: Add option for auto target skill to closest target. --- src/gui/widgets/tabs/setup_other.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/widgets/tabs/setup_other.cpp') diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index cdb22490a..d80452e4f 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -115,6 +115,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Auto target only reachable monsters"), "", "targetOnlyReachable", this, "targetOnlyReachableEvent"); + // TRANSLATORS: settings option + new SetupItemCheckBox(_("Seleck auto target for attack skills"), "", + "skillAutotarget", this, "skillAutotargetEvent"); + // TRANSLATORS: settings option new SetupItemCheckBox(_("Highlight monster attack range"), "", "highlightMonsterAttackRange", this, -- cgit v1.2.3-60-g2f50