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:
Linus Wacker 2022-08-15 06:57:31 +02:00 committed by GitHub
parent 93efa6c3b8
commit d40b81e74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>