mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Attach DT with NC, SD with PF, and Cinema with Autoplay
This commit is contained in:
parent
165af8392f
commit
edc4ace17e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user