From 8acdd52c0cca5c9b34bd5e8625829950cb76cde6 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 12 Feb 2017 16:54:20 +0100 Subject: strings: crystal matrix = aegis --- gamelocker/strings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- cgit v1.3.1