Rename "Aim Assist" to "Magnetised" to better suit the mod's behaviour

As proposed in https://github.com/ppy/osu/discussions/17375.
This commit is contained in:
Dean Herbert
2022-04-01 12:15:26 +09:00
parent 338a21f4f0
commit a987cda30d
9 changed files with 16 additions and 16 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override ModType Type => ModType.Fun;
public override string Description => "Everything rotates. EVERYTHING.";
public override double ScoreMultiplier => 1;
public override Type[] IncompatibleMods => new[] { typeof(OsuModWiggle), typeof(OsuModAimAssist) };
public override Type[] IncompatibleMods => new[] { typeof(OsuModWiggle), typeof(OsuModMagnetised) };
private float theta;