forked from mirror/openmw-tes3mp
Tidy in-code comment
This commit is contained in:
parent
844aef85f3
commit
b8df4b7c5a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace MWClass
|
||||||
int soul = creature->mData.mSoul;
|
int soul = creature->mData.mSoul;
|
||||||
if (Settings::Manager::getBool("rebalance soul gem values", "Game"))
|
if (Settings::Manager::getBool("rebalance soul gem values", "Game"))
|
||||||
{
|
{
|
||||||
// use the 'Soul gem value rebalance' formula from morrowind code patch
|
// use the 'soul gem value rebalance' formula from the Morrowind Code Patch
|
||||||
float soulValue = 0.0001 * pow(soul, 3) + 2 * soul;
|
float soulValue = 0.0001 * pow(soul, 3) + 2 * soul;
|
||||||
|
|
||||||
// for Azura's star add the unfilled value
|
// for Azura's star add the unfilled value
|
||||||
|
|
Loading…
Reference in a new issue