mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Rename OkResult, rephrase "strong bonus"
This commit is contained in:
@ -225,7 +225,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
ApplyResult(r =>
|
||||
{
|
||||
var swellJudgement = (TaikoSwellJudgement)r.Judgement;
|
||||
r.Type = numHits > HitObject.RequiredHits / 2 ? swellJudgement.OkResult : swellJudgement.MinResult;
|
||||
r.Type = numHits > HitObject.RequiredHits / 2 ? swellJudgement.PartialCompletionResult : swellJudgement.MinResult;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user