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

Fixes #32024 Pyromaniac morale penalty does not accumulate #34463

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

Ramza13
Copy link
Contributor

@Ramza13 Ramza13 commented Oct 4, 2019

Summary

SUMMARY: Bugfixes "Fixes bug where pyromaniac trait would not accrue moral penalties larger than 1."

Purpose of change

Fixes #32024 Pyromaniac morale penalty does not accumulate

Describe the solution

Added missing parameter in function call. There is an optional parameter to the method creating moral effects that makes it a capped morale which is what this should be but was missing the parameter.

Describe alternatives you've considered

None

Additional context

@ZhilkinSerg ZhilkinSerg added <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Mechanics: Character / Player Character / Player mechanics Mutations / Traits / Professions/ Hobbies Mutations / Traits / Professions/ Hobbies labels Oct 5, 2019
@ZhilkinSerg ZhilkinSerg merged commit 0c1675b into CleverRaven:master Oct 9, 2019
@Ramza13 Ramza13 deleted the pyromaniac branch November 17, 2021 17:03
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` Mechanics: Character / Player Character / Player mechanics Mutations / Traits / Professions/ Hobbies Mutations / Traits / Professions/ Hobbies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pyromaniac morale penalty does not accumulate
2 participants