mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Improve description
This commit is contained in:
parent
2fe34f188f
commit
a17e18103f
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override string Name => "Repel";
|
||||
public override string Acronym => "RP";
|
||||
public override ModType Type => ModType.Fun;
|
||||
public override string Description => "Run away!";
|
||||
public override string Description => "Hit objects run away!";
|
||||
public override double ScoreMultiplier => 1;
|
||||
public override Type[] IncompatibleMods => new[] { typeof(OsuModAutopilot), typeof(OsuModWiggle), typeof(OsuModTransform), typeof(ModAutoplay), typeof(OsuModMagnetised) };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user