Adjust health increase for drum roll tick to match new max result

This commit is contained in:
Bartłomiej Dach 2020-10-03 11:41:26 +02:00
parent db31280671
commit 682b5fb056
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ protected override double HealthIncreaseFor(HitResult result)
{
switch (result)
{
case HitResult.Great:
case HitResult.SmallTickHit:
return 0.15;
default: