From 1604dd8af946e865a5fcf1ddc2e533581892da39 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Feb 2016 20:29:30 +0300 Subject: Add chat command /spawnslave. Also add it to monster context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index a4f648205..8b8e9929b 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5335,6 +5335,12 @@ static const InputActionData inputActionData "spawn|monster", UseArgs_true, Protected_true}, + {"keyCommandSpawnSlave", + defaultAction(&Actions::commandSpawnSlave), + InputCondition::INGAME, + "spawnslave|monsterslave|summon", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-70-g09d2