From 3fe3a77e1ae0db748a8a0b8d500db24a6a964b44 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Feb 2016 20:42:50 +0300 Subject: Add chat command /gmheal. Also add it to player context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 6c0975015..299af0268 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5395,6 +5395,12 @@ static const InputActionData inputActionData "setkillable|killable", UseArgs_true, Protected_true}, + {"keyCommandHeal", + defaultAction(&Actions::commandHeal), + InputCondition::INGAME, + "gmheal", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50