Fix cattail jelly mission turn-in #68077
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 "Fix Cattail Jelly Mission Turn-in"
Purpose of change
Simple fix to remove "You don't have a cattail stalk!" error, and subsequent error message about the NPC not having the item to consume during mission end for the Cattail Jelly mission.
Describe the solution
Given that this mission often occurs early in the game when the player does not have other large storage objects, (and in the spirit of the mission giving you a duffel bag in the first place) it is likely that they will be carrying the cattail stalks in the duffel bag. The original mission end returned the duffel bag before the cattail stalks generating errors during turn in. This fix reverses the order so that the stalks are turned in first.
Describe alternatives you've considered
Cringe every time I complete this mission, and worry about the new player experience seeing these kind of errors early on.
Testing
Put cattail stalks in duffel bag, turn in mission. Items are turned in correctly with no errors.
Additional context