mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 13:57:14 -05:00
Fix for 4 class blues?
Fix for 4 class blues?
This commit is contained in:
@@ -34,6 +34,8 @@ int GetIsOnehandedSlashingWeapon(object oWeapon)
|
||||
GetBaseItemType(oWeapon) == BASE_ITEM_KUKRI ||
|
||||
GetBaseItemType(oWeapon) == BASE_ITEM_SCIMITAR ||
|
||||
GetBaseItemType(oWeapon) == BASE_ITEM_BASTARDSWORD ||
|
||||
GetBaseItemType(oWeapon) == BASE_ITEM_SICKLE ||
|
||||
GetBaseItemType(oWeapon) == BASE_ITEM_KATANA ||
|
||||
GetBaseItemType(oWeapon) == BASE_ITEM_DWARVENWARAXE)
|
||||
{
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user