Update SplashLoader.cs
This commit is contained in:
parent
15a72ea7e6
commit
4d1267aff4
|
|
@ -319,9 +319,9 @@ public static class SplashReader
|
|||
{
|
||||
Splash splash = GetSpecialSplash();
|
||||
CryptoRandom random = new CryptoRandom();
|
||||
int randchance = random.Next(1, 10);
|
||||
int randchance = random.Next(1, 5);
|
||||
|
||||
if (splash.SplashText == "missingno" || randchance == 10)
|
||||
if (splash.SplashText == "missingno" || randchance == 5)
|
||||
{
|
||||
splash = RandomSplash();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue