mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Make "Sometimes" setting depend on season end date, rather than chance
This commit is contained in:
@ -109,7 +109,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
switch (showSeasonalBackgrounds.Value)
|
||||
{
|
||||
case SeasonalBackgrounds.Sometimes:
|
||||
if (RNG.NextBool())
|
||||
if (seasonalBackgroundLoader.IsInSeason())
|
||||
goto case SeasonalBackgrounds.Always;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user