mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Merge branch 'master' of https://github.com/pavlukivan/osu
This commit is contained in:
commit
d8b409f81f
@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Taiko.Judgements
|
|||||||
|
|
||||||
protected override double HealthIncreaseFor(HitResult result)
|
protected override double HealthIncreaseFor(HitResult result)
|
||||||
{
|
{
|
||||||
switch(result)
|
switch (result)
|
||||||
{
|
{
|
||||||
case HitResult.Great:
|
case HitResult.Great:
|
||||||
return 0.15;
|
return 0.15;
|
||||||
|
Loading…
Reference in New Issue
Block a user