Fix lint
This commit is contained in:
parent
f19ada7a1c
commit
614db16e41
2 changed files with 4 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ export class CharacterPhysical extends CharacterBase implements DynamicPhysical
|
|||
this.projectileStrength = Math.min(
|
||||
settings.playerMaxStrength,
|
||||
this.projectileStrength +
|
||||
settings.playerStrengthRegenerationPerSeconds * deltaTimeInSeconds,
|
||||
settings.playerStrengthRegenerationPerSeconds * deltaTimeInSeconds,
|
||||
);
|
||||
|
||||
this.regenerateHealth(deltaTimeInSeconds);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue