From ae2c47344237e341a979adba4b2a20b68e4de559 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Thu, 13 Mar 2014 07:25:31 +0100 Subject: Allow to rebind artifact keys in Hexen. --- src/m_config.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'src/m_config.c') 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 @@ -1297,6 +1297,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. // -- cgit v1.2.3