From 6ce16c283d584fc1a90a5e68f986a90fdc6e8da5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Sep 2014 14:03:02 +0300 Subject: Add chat command for rename homunculus. New chat comamnd: sethomunname NAME --- src/input/inputactionmap.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 9b0a6f363..6f4d1e32f 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4098,6 +4098,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "setpetname|petsetname", false}, + {"keyHomunculusSetName", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::setHomunculusName, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "sethomunname|homunsetname|sethomunculusname|homunculussetname", + false} }; #endif // INPUT_INPUTACTIONMAP_H -- cgit v1.2.3-60-g2f50