Update to PRC 4.1.10a
Update to PRC 4.1.10a
This commit is contained in:
@@ -22,7 +22,7 @@ void main()
|
||||
int nWeapType = GetBaseItemType(GetItemInSlot(INVENTORY_SLOT_RIGHTHAND, oTarget));
|
||||
if(nWeapType != BASE_ITEM_RAPIER
|
||||
&& nWeapType != BASE_ITEM_LONGSWORD
|
||||
&& nWeapType != BASE_ITEM_ELF_THINBLADE)
|
||||
&& nWeapType != BASE_ITEM_ELVEN_THINBLADE)
|
||||
return;
|
||||
|
||||
effect eLink = EffectLinkEffects(EffectAttackDecrease(2), EffectModifyAttacks(1));
|
||||
|
Reference in New Issue
Block a user