Merge branch 'singularity'

This commit is contained in:
DarkPhoenix
2019-11-26 14:55:51 +03:00
2 changed files with 91 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
"""
In October 2019 we released triglavian dread preview builds, we had custom names for
ship itself and its gun. Here we make sure that legacy names are converted into proper ones.
"""
CONVERSIONS = {
'Triglavian Dreadnought': 'Zirnitra',
'PLACEHOLDER TRIG DREAD': 'Zirnitra',
'XL Entropic Disintegrator': 'Ultratidal Entropic Disintegrator I',
'PLACEHOLDER TRIG XL WEAPON': 'Ultratidal Entropic Disintegrator I'
}