change reload command to v
This commit is contained in:
parent
47e0e1fce8
commit
e1507aa7d6
2
data.c
2
data.c
|
@ -203,7 +203,7 @@ void initcommands(void) {
|
||||||
addcommand(CMD_FIRE, 'f', "Fire your firearm/bow at your current target.");
|
addcommand(CMD_FIRE, 'f', "Fire your firearm/bow at your current target.");
|
||||||
addcommand(CMD_FIRENEW, 'F', "Fire your firearm/bow at a new target.");
|
addcommand(CMD_FIRENEW, 'F', "Fire your firearm/bow at a new target.");
|
||||||
addcommand(CMD_AIM, 'a', "Aim your current firearm/bow at a new target.");
|
addcommand(CMD_AIM, 'a', "Aim your current firearm/bow at a new target.");
|
||||||
addcommand(CMD_GUNRELOAD, 'a', "Reload current firearm/bow with current ammo.");
|
addcommand(CMD_GUNRELOAD, 'v', "Reload (quiVer) firearm/bow with current ammo.");
|
||||||
addcommand(CMD_NEXTTARGET, '\'', "Cycle to next firearm target.");
|
addcommand(CMD_NEXTTARGET, '\'', "Cycle to next firearm target.");
|
||||||
// Information
|
// Information
|
||||||
addcommand(CMD_HELP, '?', "Display this text.");
|
addcommand(CMD_HELP, '?', "Display this text.");
|
||||||
|
|
Loading…
Reference in New Issue