Skip to content

Commit

Permalink
revert rat str
Browse files Browse the repository at this point in the history
  • Loading branch information
liqMix committed Jun 29, 2024
1 parent d5c9cca commit 9881f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/game/enemy.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (e EnemyKind) BossStack() string {
func (e EnemyKind) Stats() *Stats {
switch e {
case EnemyRat:
return &Stats{strength: 12, defense: 3, totalHp: 30}
return &Stats{strength: 3, defense: 3, totalHp: 30}
case EnemySlime:
return &Stats{strength: 6, defense: 6, totalHp: 50}
case EnemySkelly:
Expand Down

0 comments on commit 9881f83

Please sign in to comment.