Перевод (#1951)
Co-authored-by: tajikartem@yandex.ru <tajik@artem@yandex.ru>
This commit is contained in:
parent
4d51bab073
commit
06db7c6be2
2 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ public sealed partial class InsulatedSystem : EntitySystem
|
|||
{
|
||||
if (comp.PreventOpperatinGuns && !args.Args.Used.Comp.BigTrigger)
|
||||
{
|
||||
PopupSystem.PopupClient(Loc.GetString("gun-Insulated-gloves"), args.Args.User);
|
||||
PopupSystem.PopupClient(Loc.GetString("gun-Insulated-gloves"), args.Args.User);
|
||||
args.Args.Cancel();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ gun-clumsy = Оружие взрывается вам в лицо!
|
|||
gun-set-fire-mode = Выбран режим { $mode }
|
||||
gun-magazine-whitelist-fail = Это не помещается в оружие!
|
||||
gun-magazine-fired-empty = Патронов не осталось!
|
||||
gun-Insulated-gloves = У вас слишком толстые пальцы чтобы нажать курок!
|
||||
# SelectiveFire
|
||||
gun-SemiAuto = полуавто
|
||||
gun-Burst = очередь
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue