diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-10 01:53:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-10 01:53:49 +0300 |
commit | 2291f18b6366312916903de6cfe973379ebd536d (patch) | |
tree | 4d3f8ea4fa31f19dd402fc44089b129583a81a4e /src/dyetool | |
parent | 5ac88f3197be965804827751e8679cc6dd59b188 (diff) | |
download | plus-2291f18b6366312916903de6cfe973379ebd536d.tar.gz plus-2291f18b6366312916903de6cfe973379ebd536d.tar.bz2 plus-2291f18b6366312916903de6cfe973379ebd536d.tar.xz plus-2291f18b6366312916903de6cfe973379ebd536d.zip |
Add chat command for move monster in priority attack list into one position down.
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 87645ed4f..956c5e0ed 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -156,5 +156,6 @@ impHandlerVoid(outfitToChat) impHandlerVoid(moveAttackUp) impHandlerVoid(moveAttackDown) impHandlerVoid(movePriorityAttackUp) +impHandlerVoid(movePriorityAttackDown) } // namespace Actions |