diff --git a/enemyPirate.ts b/enemyPirate.ts index c9b97d4..5048af4 100644 --- a/enemyPirate.ts +++ b/enemyPirate.ts @@ -12,7 +12,7 @@ class EnemyPirate extends Enemy { static directionChangeInterval: number = 1000 static attackDelayMin: number = 3000 static attackDelayMax: number = 5000 - static chanceOfParry: number = 75 + static chanceOfParry: number = 66 private _isParrying: boolean = false