Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue describes a bug where the narrative text displayed during a specific border patrol outcome (plains_bord_story1, involving a scolding) contradicts the information recorded in the relationship log. The patrol text might state Cat A scolded Cat B, while the relationship log indicates a different cat was involved in the scolding. This inconsistency, though non-vital, creates a narrative mismatch for players.
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.