diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-21 01:44:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-21 01:44:50 +0300 |
commit | 52e799ac652c6edd48d250f814e259af44f92329 (patch) | |
tree | 655a6cc9adc5a1f7179857d9d31c979ed39a1596 /src/gui/widgets/tabs/setup_other.cpp | |
parent | c4a9748e841fd8620e7e9d230aad8964f424bb08 (diff) | |
download | plus-52e799ac652c6edd48d250f814e259af44f92329.tar.gz plus-52e799ac652c6edd48d250f814e259af44f92329.tar.bz2 plus-52e799ac652c6edd48d250f814e259af44f92329.tar.xz plus-52e799ac652c6edd48d250f814e259af44f92329.zip |
Add option for auto target skill to closest target.
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.cpp')
-rw-r--r-- | src/gui/widgets/tabs/setup_other.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -116,6 +116,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : "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, "highlightMonsterAttackRangeEvent"); |