diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-28 23:24:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-28 23:24:54 +0300 |
commit | a7f88de7bbea019bf443da0aa31b03d2273739df (patch) | |
tree | fd42726656766b6fb6b6b256105be7633e3a7372 /src/input/inputactionmap.h | |
parent | a240a48c1e2c3abb240f5957d949a7b6b1753ca5 (diff) | |
download | plus-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.gz plus-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.bz2 plus-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.xz plus-a7f88de7bbea019bf443da0aa31b03d2273739df.zip |
Add chat command /hidenpc. Also add it to npc context menu.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 40b2c0c4c..d93ccf960 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5455,6 +5455,12 @@ static const InputActionData inputActionData "npcmove|movenpc|warpnpc|npcwarp", UseArgs_true, Protected_true}, + {"keyCommandNpcHide", + defaultAction(&Actions::commandNpcHide), + InputCondition::INGAME, + "npchide|hidenpc", + UseArgs_true, + Protected_true}, }; #undef defaultAction |