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

basecamp: fix cook expansion companion retrieval #27761

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

mlangsdorf
Copy link
Contributor

Summary

SUMMARY: Bugfixes "basecamp: fix cook expansion companion retrieval"

Purpose of change

@pasko reported that he couldn't retrieve companions sent on kitchen crafting missions. Inspecting the code revealed the string used to retrieve them was different than the string used to send them out.

Describe the solution

_faction_exp_kitchen_cooking_ !=_faction_exp_kitchen_crafting_. Use _faction_exp_kitchen_cooking_ in all instances.

Describe alternatives you've considered

Need to replace these random strings with some string_ids at some point.

_faction_exp_kitchen_cooking !=_faction_exp_kitchen_crafting.
@mlangsdorf mlangsdorf added [C++] Changes (can be) made in C++. Previously named `Code` <Bugfix> This is a fix for a bug (or closes open issue) Player Faction Base / Camp All about the player faction base/camp/site labels Jan 22, 2019
@ZhilkinSerg ZhilkinSerg merged commit ab00445 into CleverRaven:master Jan 22, 2019
@mlangsdorf mlangsdorf deleted the basecamp_cook_fix branch January 24, 2019 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Player Faction Base / Camp All about the player faction base/camp/site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants