Fixed equip weapon conditions for skill Guillotine Attack (957), Full Swing (814) and Cleave (816).

Contributed by Stayway.
This commit is contained in:
MobiusDev
2016-09-09 11:55:24 +00:00
parent c5393c6727
commit d862ed4c82
2 changed files with 3 additions and 3 deletions

View File

@@ -502,7 +502,7 @@
<affectScope>POINT_BLANK</affectScope> <affectScope>POINT_BLANK</affectScope>
<affectObject>NOT_FRIEND</affectObject> <affectObject>NOT_FRIEND</affectObject>
<conditions> <conditions>
<condition name="Op2hWeapon"> <condition name="EquipWeapon">
<weaponType> <weaponType>
<item>SWORD</item> <item>SWORD</item>
<item>BLUNT</item> <item>BLUNT</item>
@@ -925,7 +925,7 @@
<targetType>ENEMY</targetType> <targetType>ENEMY</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<conditions> <conditions>
<condition name="Op2hWeapon"> <condition name="EquipWeapon">
<weaponType> <weaponType>
<item>SWORD</item> <item>SWORD</item>
<item>BLUNT</item> <item>BLUNT</item>

View File

@@ -3440,7 +3440,7 @@
<targetType>ENEMY</targetType> <targetType>ENEMY</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<conditions> <conditions>
<condition name="Op2hWeapon"> <condition name="EquipWeapon">
<weaponType> <weaponType>
<item>SWORD</item> <item>SWORD</item>
<item>BLUNT</item> <item>BLUNT</item>