mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Edit mods description, multiplier, and code
This commit is contained in:
@ -7,7 +7,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
||||
{
|
||||
public class TaikoModHidden : ModHidden
|
||||
{
|
||||
public override string Description => @"The notes fade out before you hit them!";
|
||||
public override string Description => @"Beats fade out before you hit them!";
|
||||
public override double ScoreMultiplier => 1.06;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user