mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Merge branch 'bugfix-inverted-persuasion-result' into 'master'
Attempt to fix inverted persuasion behaviour on intimidation Closes #5942 See merge request OpenMW/openmw!721
This commit is contained in:
commit
e5ace3727a
@ -681,7 +681,7 @@ namespace MWMechanics
|
||||
// Deviating from Morrowind here: it doesn't increase disposition on marginal wins,
|
||||
// which seems to be a bug (MCP fixes it too).
|
||||
// Original logic: x = 0, y = -iPerMinChange
|
||||
x = -iPerMinChange;
|
||||
x = iPerMinChange;
|
||||
y = x; // This goes unused.
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user