mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-21 19:21:44 +00:00
Added cl_bloodvanillaenemies to menu
This commit is contained in:
parent
db9a413f21
commit
9ba9acf39e
1 changed files with 7 additions and 0 deletions
|
@ -956,6 +956,12 @@ OptionValue "ExplosBehavior"
|
||||||
1, "$OPTVAL_OLD"
|
1, "$OPTVAL_OLD"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OptionValue "EnemyBehavior"
|
||||||
|
{
|
||||||
|
0, "$OPTVAL_DEFAULT"
|
||||||
|
1, "$OPTVAL_OLD"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
OptionMenu GameplayOptions protected
|
OptionMenu GameplayOptions protected
|
||||||
{
|
{
|
||||||
|
@ -978,6 +984,7 @@ OptionMenu GameplayOptions protected
|
||||||
{
|
{
|
||||||
Option "$PLRMNU_EQUIP", "cl_weaponswitch", "WeapSwitch"
|
Option "$PLRMNU_EQUIP", "cl_weaponswitch", "WeapSwitch"
|
||||||
Option "$EXPLOS_BEHAVIOR", "cl_bloodvanillaexplosions", "ExplosBehavior"
|
Option "$EXPLOS_BEHAVIOR", "cl_bloodvanillaexplosions", "ExplosBehavior"
|
||||||
|
Option "$ENEMY_BEHAVIOR", "cl_bloodvanillaenemies", "EnemyBehavior"
|
||||||
}
|
}
|
||||||
ifgame(Exhumed)
|
ifgame(Exhumed)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue