Edit mods description, multiplier, and code

This commit is contained in:
Joseph Madamba
2018-03-13 20:07:03 -07:00
committed by GitHub
parent 586ac9c3f1
commit d122aa80e4
54 changed files with 100 additions and 53 deletions

View File

@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Osu.Mods
{
public class OsuModRelax : ModRelax
{
public override string Description => "You don't need to click.\nGive your clicking/tapping finger a break from the heat of things.";
public override string Description => @"You don't need to click. Give your clicking/tapping fingers a break from the heat of things.";
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModAutopilot) }).ToArray();
}
}