Skip to content

Commit

Permalink
added pig location
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Jackson committed Sep 28, 2024
1 parent dc1c985 commit 159251d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/artifacts/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ func (a *artifacts) FindMonster(monster string) (int, int) {
return -2, 1
case "skeleton":
return 8, 6
case "pig":
return -3, -3
default:
return 0, 0
}
Expand Down

0 comments on commit 159251d

Please sign in to comment.