From 8ca5407776fa9c3038b608f9caf401952c2631d6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 May 2017 01:07:30 +0300 Subject: Add chat command for move monster in attack list into one position down. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index d368ff911..7751bbaae 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5624,6 +5624,12 @@ static const InputActionData inputActionData "attackmoveup|moveattackup", UseArgs_true, Protected_true}, + {"keyMoveAttackDown", + defaultAction(&Actions::moveAttackDown), + InputCondition::ENABLED, + "attackmovedown|moveattackdown", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50