Фиксы и фичи (#364)
* fix: fix localisation in lathe ui * add: possible way to give admins access to fuckrules * add: handcuffs pick up and drop sounds * fix: fix missing drink glass sounds * fix: fix missing sound * add: all weapons now have unique pick up and drop sounds * add: recall spell sounds * add: cups are breakable now * fix: fix rifles wrong collection
This commit is contained in:
@@ -13,7 +13,11 @@ lathe-menu-material-amount = { $amount ->
|
||||
[1] {NATURALFIXED($amount, 2)} {$unit}
|
||||
*[other] {NATURALFIXED($amount, 2)} {$unit}
|
||||
}
|
||||
lathe-menu-material-amount-missing = { $amount ->
|
||||
[1] {NATURALFIXED($amount, 1)} {$unit} {$material}, [color=red]требуется {NATURALFIXED($missingAmount, 1)} {$unit}[/color]
|
||||
*[other] {NATURALFIXED($amount, 1)} {$unit} {$material}, [color=red]требуется {NATURALFIXED($missingAmount, 1)} {$unit}[/color]
|
||||
}
|
||||
lathe-menu-no-materials-message = Материалы не загружены
|
||||
lathe-menu-fabricating-message = Создаем...
|
||||
lathe-menu-materials-title = Материалы
|
||||
lathe-menu-queue-title = Очередь создания
|
||||
lathe-menu-queue-title = Очередь создания
|
||||
|
||||
Reference in New Issue
Block a user