mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 14:07:14 -05:00
2025/05/06 Update
Aura of Triumph is a Touch spell. Torch & Shuriken are monk weapons. Expansion, Compression, etc should affect unarmed damage. Swordsage gets no AC bonus in robes. (Stupid but RAW). Treewalk now uses the point & click dimension door.
This commit is contained in:
@@ -1163,6 +1163,8 @@ int GetIsMonkWeaponTypeOrUnarmed(int iWeaponType)
|
||||
return ( iWeaponType == BASE_ITEM_INVALID
|
||||
|| iWeaponType == BASE_ITEM_KAMA
|
||||
|| iWeaponType == BASE_ITEM_SAI
|
||||
|| iWeaponType == BASE_ITEM_TORCH
|
||||
|| iWeaponType == BASE_ITEM_SHURIKEN
|
||||
|| iWeaponType == BASE_ITEM_NUNCHAKU
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user