Restore the disguise kit with auto-disguise
Fixes a previous bug.
This commit is contained in:
@@ -6,15 +6,6 @@
|
||||
// When set to crouch_on, automatically crouches when holding the jump button.
|
||||
alias AUTO_CROUCH_JUMP "crouch_on"
|
||||
|
||||
// AUTO_DISGUISE
|
||||
// Values: disguise_on | disguise_off
|
||||
// Set to disguise_on to activate automatic disguise functions on Spy.
|
||||
// Set to disguise_off to de-activate them.
|
||||
// Note: be careful when placing sappers or otherwise using MOUSE1 without
|
||||
// meaning to attack, as this will automatically change the disguise. Use
|
||||
// MOUSE3 to perform a normal attack.
|
||||
alias AUTO_DISGUISE "disguise_on"
|
||||
|
||||
// CLEAR_CONSOLE_ON_START
|
||||
// Values: clear_on | clear_off
|
||||
// Set to disguise_on if you want the developer console to be cleared once
|
||||
@@ -62,6 +53,15 @@ alias SHOW_NETGRAPH "netgraph_off"
|
||||
// active, press MOUSE2 to jump.
|
||||
alias SOLDIER_ROCKET_JUMP "rocket_on"
|
||||
|
||||
// SPY_AUTO_DISGUISE
|
||||
// Values: disguise_on | disguise_off
|
||||
// Set to disguise_on to activate automatic disguise functions on Spy.
|
||||
// Set to disguise_off to de-activate them.
|
||||
// Note: be careful when placing sappers or otherwise using MOUSE1 without
|
||||
// meaning to attack, as this will automatically change the disguise. Use
|
||||
// MOUSE3 to perform a normal attack.
|
||||
alias SPY_AUTO_DISGUISE "disguise_on"
|
||||
|
||||
// SPY_LINES
|
||||
// Values: spy_lines_on | spy_lines_off
|
||||
// If set to spy_lines_on, the Shift+Num combination will say a line
|
||||
|
Reference in New Issue
Block a user