Bugfix for lost submissive profession #61236
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Bugfixes "Fixed matchbox disappearing bug in lost submissive profession"
Purpose of change
When you start the game with the profession "lost submissive", the box of matches, which is the starting item of this profession, disappears. This is due to the fact that none of the clothing items of this profession has pockets. (It's literally a simple latex suit haha)
Describe the solution
I gave the box of matches the "auto-wield" flag, now the character correctly appears in the world with a box of matches in his hands.
Describe alternatives you've considered
Remove the matchbox from the list of starting items. But it would make starting in the "escape from the manor" scenario less variable when playing as this character.
Testing
I created a character and made sure everything works as expected
Additional context
The original idea was to add a candle to a box of matches as starting items when starting this profession. The bug caused by the lack of pockets was discovered by accident. I think it would be great to add a candle as a starting item (because it fits perfectly into the context of the profession and will make the "escape from the manor" scenario more variable), but I can't think of where to put it.