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

@ -7,6 +7,6 @@ namespace osu.Game.Rulesets.Taiko.Mods
{
public class TaikoModRelax : ModRelax
{
public override string Description => @"Relax! You will no longer get dizzyfied by ninja-like spinners, demanding drumrolls or unexpected katu's.";
public override string Description => @"No ninja-like spinners, demanding drumrolls or unexpected katu's.";
}
}