summaryrefslogtreecommitdiff
path: root/src/maps
diff options
context:
space:
mode:
Diffstat (limited to 'src/maps')
-rw-r--r--src/maps/maps.js2
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) {