mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00: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(720),
|
||||
},
|
||||
PassCondition = () => Player.ScoreProcessor.Combo.Value == 4
|
||||
PassCondition = () => Player.ScoreProcessor.Combo.Value == 0 && Player.ScoreProcessor.HighestCombo.Value == 1
|
||||
});
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user