mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Replace spelling: soulgem -> soul gem in code comment
This commit is contained in:
parent
9ed4f33048
commit
844aef85f3
@ -90,7 +90,7 @@ namespace MWClass
|
||||
int soul = creature->mData.mSoul;
|
||||
if (Settings::Manager::getBool("rebalance soul gem values", "Game"))
|
||||
{
|
||||
// use soulgem value rebalance formula from morrowind code patch
|
||||
// use the 'Soul gem value rebalance' formula from morrowind code patch
|
||||
float soulValue = 0.0001 * pow(soul, 3) + 2 * soul;
|
||||
|
||||
// for Azura's star add the unfilled value
|
||||
|
Loading…
x
Reference in New Issue
Block a user