Skip to content

Commit 9a062fa

Browse files
committed
Add abyssal/ride or die block descriptions
1 parent d0f2911 commit 9a062fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/locales/en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export default {
4545
// Lvl: 250
4646
warrior250: 'Lvl 250 Warrior',
4747
archer250: 'Lvl 250 Archer',
48-
thief250: 'Lvl 250 Thief',
48+
thief250: 'Lvl 250 Thief/Ride or Die',
4949
mage250: 'Lvl 250 Mage',
50-
pirate250: 'Lvl 250 Pirate',
50+
pirate250: 'Lvl 250 Pirate/Abyssal',
5151
xenon250: 'Lvl 250 Xenon',
5252

5353
/** special jobs */

src/pieces.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const defaultPieces = [
6666
[1, 1, 2, 1, 1],
6767
],
6868

69-
// Lvl 250 Thief
69+
// Lvl 250 Thief/Ride or Die
7070
[
7171
[0, 0, 1],
7272
[1, 2, 1],
@@ -80,7 +80,7 @@ const defaultPieces = [
8080
[0, 1, 0]
8181
],
8282

83-
// Lvl 250 Pirate
83+
// Lvl 250 Pirate/Abyssal
8484
[
8585
[1, 2, 0, 0],
8686
[0, 1, 1, 1]

0 commit comments

Comments
 (0)