Split out Special mods into Automation and Conversion

This commit is contained in:
Dean Herbert
2018-07-31 18:00:42 +09:00
parent bc92bed72f
commit 3c06655672
24 changed files with 250 additions and 171 deletions

View File

@ -93,13 +93,11 @@ namespace osu.Game.Rulesets.Catch
new CatchModHidden(),
new CatchModFlashlight(),
};
case ModType.Special:
case ModType.Automation:
return new Mod[]
{
new CatchModRelax(),
null,
null,
new MultiMod(new CatchModAutoplay(), new ModCinema()),
new CatchModRelax(),
};
default:
return new Mod[] { };