diff --git a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs index 23ad7cbc6d..b1ae05e8f7 100644 --- a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs +++ b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs @@ -37,7 +37,7 @@ namespace Content.Client.Chemistry.UI private static bool IsSpinValid(int n) { - return n is > 0 and <= 10; + return n is > 0 and <= 25; } ///