Skip to content

Commit

Permalink
Adjusted parry
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikketer committed Jul 18, 2024
1 parent 0b9a082 commit c883b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enemyPirate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c883b5b

Please sign in to comment.