diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-21 13:49:53 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:34 +0100 |
| commit | fdf8388eb527408ddeffe0e09b928dbdec8a4ebc (patch) | |
| tree | 1fbe11f286b56d25b0b543507cfe62e9f3539fd3 /src/maps/maps.js | |
| parent | 30c12345f652999c405ee33d1af16de5a3f59be1 (diff) | |
| download | brokentalents-fdf8388eb527408ddeffe0e09b928dbdec8a4ebc.tar.gz brokentalents-fdf8388eb527408ddeffe0e09b928dbdec8a4ebc.zip | |
ReportTable: Paginate
Diffstat (limited to 'src/maps/maps.js')
| -rw-r--r-- | src/maps/maps.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maps/maps.js b/src/maps/maps.js index 94db68a..cc6ee4b 100644 --- a/src/maps/maps.js +++ b/src/maps/maps.js @@ -44,7 +44,7 @@ function getTalentRarity(talent) { } function getTalentRarityIndex(talent) { - return ['No Talent', 'Rare', 'Epic', 'Legendary']; + return ['None', 'Rare', 'Epic', 'Legendary']; } function getHero(actor) { |
