mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
10% chance to get finisher hits in testcase.
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
Score = score,
|
||||
TimeOffset = 0,
|
||||
ComboAtHit = 1,
|
||||
SecondHit = RNG.Next(2) == 0
|
||||
SecondHit = RNG.Next(10) == 0
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user