diff --git a/Content.Server/Chemistry/Components/ChemMasterComponent.cs b/Content.Server/Chemistry/Components/ChemMasterComponent.cs index 92b4a558f9..6d18eaaec7 100644 --- a/Content.Server/Chemistry/Components/ChemMasterComponent.cs +++ b/Content.Server/Chemistry/Components/ChemMasterComponent.cs @@ -290,7 +290,7 @@ namespace Content.Server.Chemistry.Components return; } - var actualVolume = FixedPoint2.Min(individualVolume, FixedPoint2.New(25)); + var actualVolume = FixedPoint2.Min(individualVolume, FixedPoint2.New(50)); for (int i = 0; i < pillAmount; i++) { var pill = _entities.SpawnEntity("Pill", _entities.GetComponent(Owner).Coordinates); diff --git a/Resources/Locale/en-US/chemistry/components/chem-master-component.ftl b/Resources/Locale/en-US/chemistry/components/chem-master-component.ftl index 7de52fdb6f..e24df2466a 100644 --- a/Resources/Locale/en-US/chemistry/components/chem-master-component.ftl +++ b/Resources/Locale/en-US/chemistry/components/chem-master-component.ftl @@ -22,7 +22,7 @@ chem-master-window-packaging-text = Packaging chem-master-current-text-label = Label: chem-master-window-pills-label = Pills: chem-master-window-pill-type-label = Pill type: -chem-master-window-max-pills-volume-text = max 25u/each +chem-master-window-max-pills-volume-text = max 50u/each chem-master-window-max-bottles-volume-text = max 30u/each chem-master-window-create-pill-button = Create chem-master-window-create-bottle-button = Create diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 9287e2a95f..a59d4b8f9f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -123,7 +123,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 reagents: - ReagentId: Dexalin Quantity: 15 @@ -136,7 +136,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 reagents: - ReagentId: Dylovene Quantity: 15 @@ -149,7 +149,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 reagents: - ReagentId: Hyronalin Quantity: 15 @@ -162,7 +162,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 reagents: - ReagentId: Iron Quantity: 15 @@ -175,7 +175,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 reagents: - ReagentId: Kelotane Quantity: 15 @@ -188,7 +188,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 reagents: - ReagentId: SpaceDrugs Quantity: 15 @@ -201,7 +201,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 reagents: - ReagentId: Tricordrazine Quantity: 15 @@ -214,7 +214,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 reagents: - ReagentId: Romerol Quantity: 10 diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index 5b0e79d894..482f2c9e60 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -272,7 +272,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 25 + maxVol: 50 - type: SolutionSpiker sourceSolution: food - type: DeleteOnTrigger