-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
groups all six previous fursuits in game into one variant-ized item, with some added extras. #75755
base: master
Are you sure you want to change the base?
Conversation
combines all four previous fursuits into one item through variants. Also added a couple more variants just because. ( I was feeling a little silly, your honor)
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to Hints for adding a new word to the dictionary
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
You need to migrate the previous item IDs, or else saves will break |
Co-authored-by: Anton Burmistrov <[email protected]>
Might I suggest removing the shark fursuit entirely given that the shark suit of the diving variety is already in the game? |
@7erracotta could you please resolve conflicts? |
Summary
Content "combines all four previous fursuits into one item through variants"
Purpose of change
Variants are pretty cool, but these bad boys over here predated them, it seems fitting to group them all under one item now. I added a couple extra just for fun.
Describe the solution
Through some json shenanigans, all previous fursuits (shark suit, feline suit, dino suit, wolf suit, and dragon suit) now share a singular item.
Describe alternatives you've considered
Testing
after hours of shedding blood, sweat, and tears (not really). I popped into the debug console and tested the item groups to ensure they spawned correctly, which they thankfully did.
Additional context
N/A