mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Reset the ScoreMultiplier to 1
This commit is contained in:
parent
7653ce80cd
commit
8ad8c2b6d0
@ -19,8 +19,8 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
public override string ShortenedName => "Arrange";
|
public override string ShortenedName => "Arrange";
|
||||||
public override FontAwesome Icon => FontAwesome.fa_arrows;
|
public override FontAwesome Icon => FontAwesome.fa_arrows;
|
||||||
public override ModType Type => ModType.Fun;
|
public override ModType Type => ModType.Fun;
|
||||||
public override double ScoreMultiplier => 1.05;
|
|
||||||
public override string Description => "Everything rotates. EVERYTHING.";
|
public override string Description => "Everything rotates. EVERYTHING.";
|
||||||
|
public override double ScoreMultiplier => 1;
|
||||||
|
|
||||||
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user