Added 'explode' suicide command from OB update to intercept list (bug 190).

This commit is contained in:
Richard Helgeby
2010-07-25 20:33:56 +02:00
parent ec1d55a323
commit f74e680ca7
2 changed files with 3 additions and 3 deletions

View File

@ -387,8 +387,8 @@ zr_damage_suicide_mzombie "1"
zr_damage_suicide_human "0"
// List of client commands to intercept as suicide attempts. [Delimiter: ", "]
// Default: "kill, spectate, jointeam, joinclass"
zr_damage_suicide_cmds "kill, spectate, jointeam, joinclass"
// Default: "kill, spectate, jointeam, joinclass, explode"
zr_damage_suicide_cmds "kill, spectate, jointeam, joinclass, explode"
// Intercept suicide commands only after the first zombie has spawned.
// Default: "1"