Skip to content

Commit cc644ad

Browse files
authored
Merge pull request #5 from Dan-Q/fix/giant-scorpion-wisdom
Correct WIS of Giant Scorpion
2 parents d29fc79 + 5c0f20b commit cc644ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/beastiary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ const Beastiary = [
358358
[ 13, 15, 12, 8, 13, 10, 'Giant Owl', '1/4' ],
359359
[ 10, 18, 13, 2, 10, 3, 'Giant Poisonous Snake', '1/4' ],
360360
[ 7, 15, 11, 2, 10, 4, 'Giant Rat', '1/8' ],
361-
[ 15, 13, 15, 1, 19, 3, 'Giant Scorpion', '3' ],
361+
[ 15, 13, 15, 1, 9, 3, 'Giant Scorpion', '3' ],
362362
[ 12, 15, 11, 2, 15, 5, 'Giant Sea Horse', '1/2' ],
363363
[ 23, 11, 21, 1, 10, 5, 'Giant Shark', '5' ],
364364
[ 14, 16, 12, 2, 11, 4, 'Giant Spider', '1' ],

0 commit comments

Comments
 (0)