ржомба отменяется
This commit is contained in:
parent
48e088ea94
commit
edf6996c5b
3 changed files with 4 additions and 4 deletions
|
|
@ -33,12 +33,12 @@ public sealed partial class PrinterDocComponent : Component
|
|||
/// Начальные материалы принтера - бумага
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public int InitialPaperAmount = 999999999;
|
||||
public int InitialPaperAmount = 3000;
|
||||
/// <summary>
|
||||
/// Начальные материалы принтера - чернила
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public int InitialInkAmount = 999999999;
|
||||
public int InitialInkAmount = 30;
|
||||
|
||||
/// <summary>
|
||||
/// Очередь заданий на печать или копирование
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@
|
|||
public sealed partial class PlayerCountDependentStockComponent : Component
|
||||
{
|
||||
[DataField("coefficient")]
|
||||
public float Coefficient = 1000f;
|
||||
public float Coefficient = 1f;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
inc:
|
||||
maxVol: 999999999
|
||||
maxVol: 250
|
||||
|
||||
|
||||
- type: Spillable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue