Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Minor fixes from recent discord bug report #1831

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on May 30, 2024

  1. Bugfix: Minor fixes from recent discord bug report

    - Convert pregnancyReactions to a Set
    - Change 'continue' to 'break' in one place
    - Prevent generating leg configuration TF text for a character that is null
      (via 'Body.applyLegConfigurationTransformation')
    CognitiveMist committed May 30, 2024
    Configuration menu
    Copy the full SHA
    99cac54 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix SPECIAL_PARSE_0 in lab dialog

    This was the only example of this problem in the 0.4.9.9 code base
    CognitiveMist authored May 31, 2024
    Configuration menu
    Copy the full SHA
    6cdfd6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b5965 View commit details
    Browse the repository at this point in the history