mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 03:44:05 +00:00
fix rebase issue
This commit is contained in:
parent
ffb103f7c5
commit
4cb9b52b81
1 changed files with 10 additions and 8 deletions
|
@ -22,11 +22,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>641</width>
|
<width>641</width>
|
||||||
<<<<<<< HEAD
|
|
||||||
<height>998</height>
|
<height>998</height>
|
||||||
=======
|
|
||||||
<height>968</height>
|
|
||||||
>>>>>>> Fixed merge conflicts
|
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="scrollAreaVerticalLayout">
|
<layout class="QVBoxLayout" name="scrollAreaVerticalLayout">
|
||||||
|
@ -93,7 +89,6 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enchanted weapons are magical</string>
|
<string>Enchanted weapons are magical</string>
|
||||||
<<<<<<< HEAD
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -104,12 +99,19 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Barter disposition change is permanent</string>
|
<string>Barter disposition change is permanent</string>
|
||||||
<widget class="QCheckBox" name="strengthInfluencesHandToHand">
|
|
||||||
=======
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
>>>>>>> Fixed merge conflicts
|
<item>
|
||||||
|
<widget class="QCheckBox" name="strengthInfluencesHandToHand">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Uses the MCP formula (damage * (strength / 40)) to factor the Strength attribute into hand-to-hand combat.</p><p>The default value is false.</p></body></html></string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Factor strength into hand-to-hand combat</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item alignment="Qt::AlignLeft">
|
<item alignment="Qt::AlignLeft">
|
||||||
<widget class="QWidget" name="unarmedFactorsStrengthGroup" native="true">
|
<widget class="QWidget" name="unarmedFactorsStrengthGroup" native="true">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
|
|
Loading…
Reference in a new issue