From 096d9474d8f761fe9a9fd838bb00c3f38ea013cc Mon Sep 17 00:00:00 2001 From: Farrellka-dev Date: Mon, 6 Jan 2025 22:07:39 +0300 Subject: [PATCH] hotfix 3.5 --- Content.Shared/Chemistry/SharedChemMaster.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Chemistry/SharedChemMaster.cs b/Content.Shared/Chemistry/SharedChemMaster.cs index 8fca24fcdb..0b078aa4b9 100644 --- a/Content.Shared/Chemistry/SharedChemMaster.cs +++ b/Content.Shared/Chemistry/SharedChemMaster.cs @@ -94,10 +94,10 @@ public enum ChemMasterReagentAmount U1 = 1, U5 = 5, U10 = 10, - U15 = 15, + // U15 = 15, // LPP Перегружено U25 = 25, - U30 = 30, - U45 = 45, + // U30 = 30, // LPP + // U45 = 45, // LPP U50 = 50, U100 = 100, All,