Changed default for suicide intercept, also added an option to only block mother zombies.
This commit is contained in:
@ -324,12 +324,16 @@ zr_damage_block_blast "1"
|
||||
// Suicide Intercept
|
||||
|
||||
// Intercept suicide commands attempted by zombies.
|
||||
// Default: "0"
|
||||
zr_damage_suicide_zombie "0"
|
||||
|
||||
// Intercept suicide commands attempted by mother zombies.
|
||||
// Default: "1"
|
||||
zr_damage_suicide_zombie "1"
|
||||
zr_damage_suicide_mzombie "1"
|
||||
|
||||
// Intercept suicide commands attempted by humans.
|
||||
// Default: "1"
|
||||
zr_damage_suicide_human "1"
|
||||
// Default: "0"
|
||||
zr_damage_suicide_human "0"
|
||||
|
||||
// List of client commands to intercept as suicide attempts. [Delimiter: ", "]
|
||||
// Default: "kill, spectate, jointeam"
|
||||
|
Reference in New Issue
Block a user