mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Fixed Taiko Single Tap test pass condition
This commit is contained in:
parent
865f785f50
commit
4dbe589de2
@ -56,7 +56,7 @@ namespace osu.Game.Rulesets.Taiko.Tests.Mods
|
|||||||
new TaikoReplayFrame(700, TaikoAction.LeftRim),
|
new TaikoReplayFrame(700, TaikoAction.LeftRim),
|
||||||
new TaikoReplayFrame(720),
|
new TaikoReplayFrame(720),
|
||||||
},
|
},
|
||||||
PassCondition = () => Player.ScoreProcessor.Combo.Value == 4
|
PassCondition = () => Player.ScoreProcessor.Combo.Value == 0 && Player.ScoreProcessor.HighestCombo.Value == 1
|
||||||
});
|
});
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
Loading…
Reference in New Issue
Block a user