Change descriptions and special section

This commit is contained in:
Joseph Madamba
2018-03-14 01:05:19 -07:00
committed by GitHub
parent d122aa80e4
commit 1eeacb7bf7
16 changed files with 7 additions and 36 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Mods
public override string ShortenedName => "DT";
public override FontAwesome Icon => FontAwesome.fa_osu_mod_doubletime;
public override ModType Type => ModType.DifficultyIncrease;
public override string Description => "Zoooooooooom";
public override string Description => "Zoooooooooom...";
public override bool Ranked => true;
public override Type[] IncompatibleMods => new[] { typeof(ModHalfTime) };