mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 10:17:15 -05:00
Update inc_item_props.nss
Added Divinity, Echoblade & Wizardry to GetIsMagicalItem().
This commit is contained in:
@@ -1446,7 +1446,7 @@ int GetIsMagicItem(object oItem)
|
||||
(nType >= 71 && nType <= 80) ||
|
||||
(nType == 82) ||
|
||||
(nType == 84) ||
|
||||
(nType >= 100 && nType <= 101) ||
|
||||
(nType >= 100 && nType <= 105) ||
|
||||
(nType >= 133 && nType <= 134))
|
||||
{
|
||||
return 1; //magical property
|
||||
|
||||
Reference in New Issue
Block a user