summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-22 21:13:07 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-22 21:13:07 +0300
commit1e7d0d8e9873283a0ec09a62e579b718c3c06e51 (patch)
treef54c3317f1d3fe70cfc2634dba7b0a7744270ece /src/input/inputactionmap.h
parentbda7b8cc0776456e8d392be45be9b74183cf0f37 (diff)
downloadplus-1e7d0d8e9873283a0ec09a62e579b718c3c06e51.tar.gz
plus-1e7d0d8e9873283a0ec09a62e579b718c3c06e51.tar.bz2
plus-1e7d0d8e9873283a0ec09a62e579b718c3c06e51.tar.xz
plus-1e7d0d8e9873283a0ec09a62e579b718c3c06e51.zip
Add chat command for move homunculus to master.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index cfee0245f..dc2a38e7d 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5702,6 +5702,12 @@ static const InputActionData inputActionData
"mercenarytomaster|mercmaster",
UseArgs_false,
Protected_false},
+ {"keyHomunculusToMaster",
+ defaultAction(&Actions::homunculusToMaster),
+ InputCondition::INGAME,
+ "homunculustomaster|homunmaster",
+ UseArgs_false,
+ Protected_false},
};
#undef defaultAction