Attempt to fix #5942

Closes OpenMW/openmw#5942
This is an attempt to apply the fix suggested by @Capostrophic
pull/593/head
Jonas Tobias Hopusch 4 years ago
parent fe2a97ee39
commit 799cf16f31
No known key found for this signature in database
GPG Key ID: 2D79D7D95F0D29ED

@ -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…
Cancel
Save