From a69c102e06d14fa9071788d6d17b6e019d9b594b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Feb 2015 18:02:39 +0300 Subject: Add command for homunculus/mercenary talk. New command: /homuntalk text Alias: /merctalk text --- src/input/inputactionmap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 0c37a2936..7e8465781 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3984,6 +3984,11 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "movepet|petmove", true}, + {"keyHomunTalk", + defaultAction(&Actions::homunTalk), + InputCondition::INGAME, + "homuntalk|merctalk", + true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50