Skip to content

Commit

Permalink
Merge pull request #5 from Dan-Q/fix/giant-scorpion-wisdom
Browse files Browse the repository at this point in the history
Correct WIS of Giant Scorpion
  • Loading branch information
Dan-Q authored Sep 24, 2024
2 parents d29fc79 + 5c0f20b commit cc644ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beastiary.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ const Beastiary = [
[ 13, 15, 12, 8, 13, 10, 'Giant Owl', '1/4' ],
[ 10, 18, 13, 2, 10, 3, 'Giant Poisonous Snake', '1/4' ],
[ 7, 15, 11, 2, 10, 4, 'Giant Rat', '1/8' ],
[ 15, 13, 15, 1, 19, 3, 'Giant Scorpion', '3' ],
[ 15, 13, 15, 1, 9, 3, 'Giant Scorpion', '3' ],
[ 12, 15, 11, 2, 15, 5, 'Giant Sea Horse', '1/2' ],
[ 23, 11, 21, 1, 10, 5, 'Giant Shark', '5' ],
[ 14, 16, 12, 2, 11, 4, 'Giant Spider', '1' ],
Expand Down

0 comments on commit cc644ad

Please sign in to comment.