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

Conversation

CognitiveMist
Copy link
Contributor

@CognitiveMist CognitiveMist commented May 30, 2024

  • 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)
  • Fix one case of incorrect SPECIAL_PARSE_0 usage (this is the only example I found within the code base)

Original bug report info (not actually a bug): https://discord.com/channels/302617912949211136/789126893658963988/1245837478485823612
All items discovered by me while investigating that report.

Tested 0.4.9.9, @phlarx

- 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')
This was the only example of this problem in the 0.4.9.9 code base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant