fix: typos in yb_economics_disrespect_percent cvar description

This commit is contained in:
Владислав Сухов 2023-04-11 15:31:56 +00:00
commit 3232c5a8b0
2 changed files with 2 additions and 2 deletions

View file

@ -1828,7 +1828,7 @@ Specifies whether bots able to use team economics, like do not buy any weapons f
Определяет, могут ли боты использовать командную экономику, например, не покупать оружие для всей команды, чтобы сохранить деньги на лучшее оружие. Определяет, могут ли боты использовать командную экономику, например, не покупать оружие для всей команды, чтобы сохранить деньги на лучшее оружие.
[ORIGINAL] [ORIGINAL]
Allows bots to ignore enconomis and buy weapons with disrespect of economics. Allows bots to ignore economics and buy weapons with disrespect of economics.
[TRANSLATED] [TRANSLATED]
Позволяет ботам игнорировать экономику и покупать оружие, пренебрегая экономикой. Позволяет ботам игнорировать экономику и покупать оружие, пренебрегая экономикой.

View file

@ -16,7 +16,7 @@ ConVar cv_jasonmode ("yb_jasonmode", "0", "If enabled, all bots will be forced o
ConVar cv_radio_mode ("yb_radio_mode", "2", "Allows bots to use radio or chattter.\nAllowed values: '0', '1', '2'.\nIf '0', radio and chatter is disabled.\nIf '1', only radio allowed.\nIf '2' chatter and radio allowed.", true, 0.0f, 2.0f); ConVar cv_radio_mode ("yb_radio_mode", "2", "Allows bots to use radio or chattter.\nAllowed values: '0', '1', '2'.\nIf '0', radio and chatter is disabled.\nIf '1', only radio allowed.\nIf '2' chatter and radio allowed.", true, 0.0f, 2.0f);
ConVar cv_economics_rounds ("yb_economics_rounds", "1", "Specifies whether bots able to use team economics, like do not buy any weapons for whole team to keep money for better guns."); ConVar cv_economics_rounds ("yb_economics_rounds", "1", "Specifies whether bots able to use team economics, like do not buy any weapons for whole team to keep money for better guns.");
ConVar cv_economics_disrespect_percent ("yb_economics_disrespect_percent", "25", "Allows bots to ignore enconomis and buy weapons with disrespect of economics.", true, 0.0f, 100.0f); ConVar cv_economics_disrespect_percent ("yb_economics_disrespect_percent", "25", "Allows bots to ignore economics and buy weapons with disrespect of economics.", true, 0.0f, 100.0f);
ConVar cv_walking_allowed ("yb_walking_allowed", "1", "Specifies whether bots able to use 'shift' if they thinks that enemy is near."); ConVar cv_walking_allowed ("yb_walking_allowed", "1", "Specifies whether bots able to use 'shift' if they thinks that enemy is near.");
ConVar cv_camping_allowed ("yb_camping_allowed", "1", "Allows or disallows bots to camp. Doesn't affects bomb/hostage defending tasks."); ConVar cv_camping_allowed ("yb_camping_allowed", "1", "Allows or disallows bots to camp. Doesn't affects bomb/hostage defending tasks.");