diff options
Diffstat (limited to 'item_constants.py')
-rw-r--r-- | item_constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/item_constants.py b/item_constants.py index 929c599..3692c92 100644 --- a/item_constants.py +++ b/item_constants.py @@ -238,4 +238,3 @@ def generate_item_constants(): while len(item)<13: item+= " " output += item + " EQU " + val + "\n" return output - |