summaryrefslogtreecommitdiff
path: root/gamelocker/strings.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-02-12 16:54:20 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-02-12 16:54:20 +0100
commit8acdd52c0cca5c9b34bd5e8625829950cb76cde6 (patch)
treec3f9e3433b2f05bd89e00269a4d1cd73e1c52635 /gamelocker/strings.py
parent25fc0f32b45bf9f6230473b35aa4dba4752d8398 (diff)
downloadpython-gamelocker-8acdd52c0cca5c9b34bd5e8625829950cb76cde6.tar.gz
python-gamelocker-8acdd52c0cca5c9b34bd5e8625829950cb76cde6.zip
strings: crystal matrix = aegis
Diffstat (limited to 'gamelocker/strings.py')
-rw-r--r--gamelocker/strings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gamelocker/strings.py b/gamelocker/strings.py
index 3836d2f..6733005 100644
--- a/gamelocker/strings.py
+++ b/gamelocker/strings.py
@@ -10,6 +10,7 @@ Currently Vainglory-specific only.
"""
+# TODO
class VaingloryStrings(object):
heroes = {
"*Adagio*": "Adagio",
@@ -67,7 +68,7 @@ class VaingloryStrings(object):
"Crystal1": "Crystal Bit",
"Crystal2": "Eclipse Prism",
"Crystal3": "Shatterglass",
- "Crystal Matrix": "Alternating Current",
+ "Crystal Matrix": "Aegis",
"Echo": "Echo",
"EveOfHarvest": "Eve of Harvest",
"Flare": "Flare",