Revert changes on hard rock mod

This commit is contained in:
Joseph Madamba
2018-03-29 20:36:52 -07:00
parent fcf0b25fa0
commit 0887dafa2c
4 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,6 @@ namespace osu.Game.Rulesets.Mods
public override FontAwesome Icon => FontAwesome.fa_osu_mod_hardrock;
public override ModType Type => ModType.DifficultyIncrease;
public override string Description => "Everything just got a bit harder...";
public override bool Ranked => true;
public override Type[] IncompatibleMods => new[] { typeof(ModEasy) };
public void ApplyToDifficulty(BeatmapDifficulty difficulty)