diff --git a/__init__.py b/__init__.py index 24a6353..50c2297 100644 --- a/__init__.py +++ b/__init__.py @@ -145,7 +145,7 @@ def save_aliens_data(file: str, data: Any) -> None: def init(): return [GameSystem( - name="aliens", + name="alien_abduction", data=SystemData( load=load_aliens_data, save=save_aliens_data, diff --git a/prompts.yml b/prompts.yaml similarity index 100% rename from prompts.yml rename to prompts.yaml