increases pillAmount limit (#9185)
* increases pillAmount limit * Update ChemMasterWindow.xaml.cs Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user