Make some weapons' names consistent

This commit is contained in:
2025-07-18 10:32:36 -03:00
parent a7bf0e35cf
commit a2b719d7a7

View File

@@ -287,9 +287,9 @@ static bind_t g_bindings[] =
{"weapon 7", "railgun", ID_WEAPON7, ANIM_WEAPON7, '7', -1, -1, -1},
{"weapon 8", "plasma gun", ID_WEAPON8, ANIM_WEAPON8, '8', -1, -1, -1},
{"weapon 9", "BFG", ID_WEAPON9, ANIM_WEAPON9, '9', -1, -1, -1},
{"weapon 10", "Grapple", ID_WEAPON10, ANIM_WEAPON10, -1, -1, -1, -1},
{"weapon 10", "grappling hook", ID_WEAPON10, ANIM_WEAPON10, -1, -1, -1, -1},
{"weapon 11", "nailgun", ID_WEAPON11, ANIM_WEAPON11, -1, -1, -1, -1},
{"weapon 12", "mine Launcher", ID_WEAPON12, ANIM_WEAPON12, -1, -1, -1, -1},
{"weapon 12", "mine launcher", ID_WEAPON12, ANIM_WEAPON12, -1, -1, -1, -1},
{"weapon 13", "chaingun", ID_WEAPON13, ANIM_WEAPON13, -1, -1, -1, -1},
{"+attack", "attack", ID_ATTACK, ANIM_ATTACK, K_CTRL, -1, -1, -1},
{"weapprev", "prev weapon", ID_WEAPPREV, ANIM_IDLE, '[', -1, -1, -1},