From e0b4a2665505279e58f2a618272db5245f275518 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Feb 2016 20:15:18 +0300 Subject: Add chat command /spawn. 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 e1541690e..a4f648205 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5329,6 +5329,12 @@ static const InputActionData inputActionData "showaccountinfo|showaccinfo|accinfo", UseArgs_true, Protected_true}, + {"keyCommandSpawn", + defaultAction(&Actions::commandSpawn), + InputCondition::INGAME, + "spawn|monster", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50