mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix catch awarding too much hp
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Catch.Judgements
|
||||
default:
|
||||
return 0;
|
||||
case HitResult.Perfect:
|
||||
return 0.08;
|
||||
return 0.008;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Catch.Judgements
|
||||
default:
|
||||
return base.HealthIncreaseFor(result);
|
||||
case HitResult.Perfect:
|
||||
return 0.07;
|
||||
return 0.007;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user