mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 05:42:56 +08:00
new: rank Taiko single tap
This commit is contained in:
parent
6cb46106fe
commit
245ade004a
@ -26,6 +26,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
||||
public override string Acronym => @"SG";
|
||||
public override LocalisableString Description => @"One key for dons, one key for kats.";
|
||||
|
||||
public override bool Ranked => true;
|
||||
public override double ScoreMultiplier => 1.0;
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModAutoplay), typeof(ModRelax), typeof(TaikoModCinema) };
|
||||
public override ModType Type => ModType.Conversion;
|
||||
|
Loading…
Reference in New Issue
Block a user