diff --git a/service/conversions/__init__.py b/service/conversions/__init__.py index a833b7022..c452fb682 100644 --- a/service/conversions/__init__.py +++ b/service/conversions/__init__.py @@ -4,7 +4,7 @@ This module contains a list of item conversions that need to be done for pyfa. Each file in this module must contain a dictionary named CONVERSIONS in the format of convertFrom: convertTo, with both key and value being a string of the item's name. The name of the file is usually arbitrary unless it's used in logic -elsewhere (in which case can be accessed with CONVERSIONS_SEPARATE[name]) +elsewhere (in which case can be accessed with packs[name]) """ import os diff --git a/service/conversions/releaseOceanus.py b/service/conversions/releaseOceanus.py index bb1bcf17a..734762c38 100644 --- a/service/conversions/releaseOceanus.py +++ b/service/conversions/releaseOceanus.py @@ -1,5 +1,5 @@ """ -Convertion pack for Oceanus Module Tiericide +Conversion pack for Oceanus Module Tiericide """ CONVERSIONS = {