Open Issues Need Help
View All on GitHubAI Summary: Refactor the patrol code in the Warrior Cats fan game, Clangen, to use the existing `event_text_adjust` function for text processing instead of the custom `process_text` function. This involves reviewing the patrol's text handling logic and ensuring `event_text_adjust` can handle all necessary adjustments, then removing the redundant `process_text` function to improve consistency and maintainability.
AI Summary: Implement new thought processes for newborn cats in the Warrior Cats fan game "ClanGen", specifically adding thoughts for various cat types (including those not currently considered, like dead cats) related to the birth event, such as wondering about names, visiting the nursery, or StarClan dreams.
AI Summary: Debug and fix a randomly failing unit test related to pronouns in a Python/Pygame Warrior Cats fan game. The test failures seem to be linked to a recent merge, and the issue is marked as 'regular' priority.
AI Summary: Remove the 'mediator' subtype from mediator events in the ClanGen game's `events.py` file. This involves refactoring the code to constrain events to members with a mediator rank, eliminating the unnecessary separation and resolving the 'no ["mediator"] events found' error messages.
AI Summary: The task is to replace a hardcoded string in the game's history text (`graduation_history += f" (moon {app_ceremony['moon']})"`) with a localized string. This involves finding all instances of this hardcoded string, extracting it, and replacing it with a call to a localization function or variable that will provide the appropriate string based on the game's language settings.