summaryrefslogtreecommitdiff
path: root/src/m_config.c
diff options
context:
space:
mode:
authorSimon Howard2014-03-13 10:20:39 -0400
committerSimon Howard2014-03-13 10:20:39 -0400
commit7e118463ae5ef0752ab0ae509eecfe409b82bdc3 (patch)
treeb0ff4ab6bc4ecd4399f134dc25b4a5b8c51b69ce /src/m_config.c
parentecf457ddcbf481b451f37474b057a06e7d843b66 (diff)
parentae2c47344237e341a979adba4b2a20b68e4de559 (diff)
downloadchocolate-doom-7e118463ae5ef0752ab0ae509eecfe409b82bdc3.tar.gz
chocolate-doom-7e118463ae5ef0752ab0ae509eecfe409b82bdc3.tar.bz2
chocolate-doom-7e118463ae5ef0752ab0ae509eecfe409b82bdc3.zip
Merge pull request #356 from fabiangreffrath/keybind-hexen
Allow to rebind artifact keys in Hexen.
Diffstat (limited to 'src/m_config.c')
-rw-r--r--src/m_config.c64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/m_config.c b/src/m_config.c
index 9d421d3f..dd15f1af 100644
--- a/src/m_config.c
+++ b/src/m_config.c
@@ -1298,6 +1298,70 @@ static default_t extra_defaults_list[] =
CONFIG_VARIABLE_KEY(key_nextweapon),
//!
+ // @game hexen
+ //
+ // Key to use one of each artifact.
+ //
+
+ CONFIG_VARIABLE_KEY(key_arti_all),
+
+ //!
+ // @game hexen
+ //
+ // Key to use "quartz flask" artifact.
+ //
+
+ CONFIG_VARIABLE_KEY(key_arti_health),
+
+ //!
+ // @game hexen
+ //
+ // Key to use "flechette" artifact.
+ //
+
+ CONFIG_VARIABLE_KEY(key_arti_poisonbag),
+
+ //!
+ // @game hexen
+ //
+ // Key to use "disc of repulsion" artifact.
+ //
+
+ CONFIG_VARIABLE_KEY(key_arti_blastradius),
+
+ //!
+ // @game hexen
+ //
+ // Key to use "chaos device" artifact.
+ //
+
+ CONFIG_VARIABLE_KEY(key_arti_teleport),
+
+ //!
+ // @game hexen
+ //
+ // Key to use "banishment device" artifact.
+ //
+
+ CONFIG_VARIABLE_KEY(key_arti_teleportother),
+
+ //!
+ // @game hexen
+ //
+ // Key to use "porkalator" artifact.
+ //
+
+ CONFIG_VARIABLE_KEY(key_arti_egg),
+
+ //!
+ // @game hexen
+ //
+ // Key to use "icon of the defender" artifact.
+ //
+
+ CONFIG_VARIABLE_KEY(key_arti_invulnerability),
+
+ //!
// Key to re-display last message.
//