Added a shortcut to zmarket loadout in ZCookies, added joinclass to suicide intercept as default.

This commit is contained in:
Greyscale
2009-07-23 15:40:39 -07:00
parent 637c04aa21
commit 37fe9fae8b
4 changed files with 32 additions and 9 deletions

View File

@ -984,6 +984,11 @@
"en" "Human/Zombie Class Overlay: {1}"
}
"ZCookies zmarket loadout"
{
"en" "ZMarket Loadout"
}
// ===========================
// ZSpawn (module)
// ===========================

View File

@ -336,8 +336,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"
zr_damage_suicide_cmds "kill, spectate, jointeam"
// Default: "kill, spectate, jointeam, joinclass"
zr_damage_suicide_cmds "kill, spectate, jointeam, joinclass"
// ----------------------------------------------------------------------------