mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Attach DT with NC, SD with PF, and Cinema with Autoplay
This commit is contained in:
@ -143,7 +143,7 @@ namespace osu.Game.Rulesets
|
||||
break;
|
||||
|
||||
case ModPerfect:
|
||||
value |= LegacyMods.Perfect;
|
||||
value |= LegacyMods.Perfect | LegacyMods.SuddenDeath;
|
||||
break;
|
||||
|
||||
case ModSuddenDeath:
|
||||
@ -151,7 +151,7 @@ namespace osu.Game.Rulesets
|
||||
break;
|
||||
|
||||
case ModNightcore:
|
||||
value |= LegacyMods.Nightcore;
|
||||
value |= LegacyMods.Nightcore | LegacyMods.DoubleTime;
|
||||
break;
|
||||
|
||||
case ModDoubleTime:
|
||||
@ -171,7 +171,7 @@ namespace osu.Game.Rulesets
|
||||
break;
|
||||
|
||||
case ModCinema:
|
||||
value |= LegacyMods.Cinema;
|
||||
value |= LegacyMods.Cinema | LegacyMods.Autoplay;
|
||||
break;
|
||||
|
||||
case ModAutoplay:
|
||||
|
Reference in New Issue
Block a user