bot: ignoring some parameters for throwing grenades (#488)
add: cvar "yv_grenadier_mode" bot will ignore throwing grenade condition if enabled
This commit is contained in:
parent
c5e233304d
commit
8c60149c70
4 changed files with 29 additions and 6 deletions
|
|
@ -56,6 +56,7 @@ CR_DECLARE_SCOPED_ENUM (MapFlags,
|
|||
Escape = cr::bit (3),
|
||||
KnifeArena = cr::bit (4),
|
||||
FightYard = cr::bit (5),
|
||||
GrenadeWar = cr::bit(6),
|
||||
HasDoors = cr::bit (10), // additional flags
|
||||
HasButtons = cr::bit (11) // map has buttons
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue