forked from teamnwah/openmw-tes3coop
Revert "set rebalance soul gem values to true by default"
This reverts commit 2963524a01
.
This commit is contained in:
parent
cfdf99f601
commit
31ea7c8edd
2 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ followers attack on sight = false
|
||||||
can loot during death animation = true
|
can loot during death animation = true
|
||||||
|
|
||||||
# Makes the value of filled soul gems dependent only on soul magnitude (with formula from the Morrowind Code Patch)
|
# Makes the value of filled soul gems dependent only on soul magnitude (with formula from the Morrowind Code Patch)
|
||||||
rebalance soul gem values = true
|
rebalance soul gem values = false
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rebalanceSoulGemValuesCheckBox">
|
<widget class="QCheckBox" name="rebalanceSoulGemValuesCheckBox">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>If this setting is true, the value of filled soul gems is dependent only on soul magnitude.</p><p>The default value is true.</p></body></html></string>
|
<string><html><head/><body><p>If this setting is true, the value of filled soul gems is dependent only on soul magnitude.</p><p>The default value is false.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Rebalance soul gem values</string>
|
<string>Rebalance soul gem values</string>
|
||||||
|
|
Loading…
Reference in a new issue