Correctly reset ANIMALS

This commit is contained in:
walterroach 2020-12-28 11:31:04 -06:00
parent 09b7cb3d85
commit c697a34239

View File

@ -51,7 +51,7 @@ class NameGenerator:
def reset(cls):
cls.number = 0
cls.infantry_number = 0
cls.ANIMALS = NameGenerator.ANIMALS.copy()
cls.ANIMALS = ANIMALS
@classmethod
def reset_numbers(cls):