diff options
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
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 |