Skip to content

Commit

Permalink
Updated trapsin range (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: SoundsLegit <d.melia@outlook.fr>
  • Loading branch information
SoundsLegit and dmelia authored Jul 1, 2024
1 parent 76dc933 commit a9a1f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/character/trapsin.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (

const (
maxAttacksLoop = 5
minDistance = 2
maxDistance = 6
minDistance = 25
maxDistance = 30
)

type Trapsin struct {
Expand Down

0 comments on commit a9a1f5e

Please sign in to comment.