mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-17 16:01:34 +00:00
Changed the description of the new convar for better clarity
This commit is contained in:
parent
990bb0cd0d
commit
7478c0d720
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
ConVar tf_bot_engineer_retaliate_range( "tf_bot_engineer_retaliate_range", "750", FCVAR_CHEAT, "If attacker who destroyed sentry is closer than this, attack. Otherwise, retreat" );
|
||||
ConVar tf_bot_engineer_exit_near_sentry_range( "tf_bot_engineer_exit_near_sentry_range", "2500", FCVAR_CHEAT, "Maximum travel distance between a bot's Sentry gun and its Teleporter Exit" );
|
||||
ConVar tf_bot_engineer_max_sentry_travel_distance_to_point( "tf_bot_engineer_max_sentry_travel_distance_to_point", "2500", FCVAR_CHEAT, "Maximum travel distance between a bot's Sentry gun and the currently contested point" );
|
||||
ConVar tf_bot_engineer_remote_tele_maintenance_range( "tf_bot_engineer_remote_tele_maintenance_range", "750", FCVAR_CHEAT, "Maximum distance at which bot repairs teleporters that are too far away from the nest" );
|
||||
ConVar tf_bot_engineer_remote_tele_maintenance_range( "tf_bot_engineer_remote_tele_maintenance_range", "750", FCVAR_CHEAT, "Maximum distance between bot and it's tele at which bot repairs it even if it's too far away from the nest" );
|
||||
|
||||
extern ConVar tf_bot_path_lookahead_range;
|
||||
|
||||
|
|
Loading…
Reference in a new issue