-
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
Fixes of dialogues in the refugee center #75187
Conversation
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
|
It's probably out of your scope, but in case you'd want to take a look at it: #74504. |
Yes, the quest was unavailable if you completed "Return to Sender". I don't see any real reason for this other than someone overlooked it. Trivial change, I added it to this PR. I also replaced a similar section in the Great Library, just in case. |
Summary
Bugfixes "Fix of bread sale from Dana Nunez"
Purpose of change
Commit №1: Nunez had a lot of small dialogue errors when trying to buy something from her.
Commit №2: Smokes had the wrong dialogue replaced. He was trying to pay for work not yet done.
Commit №3: Lots of other lines had double quotes.
Commit №4: fix #74504 Smokes did not give the hard drive quest if the player completed some quest in the Hub.
Describe the solution
Although her quest is still “in development” - the player is given the effect immediately after the conversation. But now all options give the correct items, take the correct number of items, have the correct checks, etc. The effect has been moved to the negotiation check, otherwise options without a discount will be displayed.
Oh, and increased the search radius for the quest building. Although when I try to pick up a quest item from there, it gives an error.
Details
Smokes' dialogue is now in place.
The double quotes are simply removed.
The quest to transfer the hard drive to the Hub can now always be taken. Works as expected.
Details
Describe alternatives you've considered
Testing
Looks ok, but I couldn't test some dialogs with complex prerequisites.
Test world in the refugee center: Big Pine-trimmed.tar.gz
Additional context