Added PW hook for alcohol & onUserDefined. Removed ability score check for Psilike [PRC_IsPsiLike] creatures. Updated scripted Favored Enemy for Plant & Ooze. Removed extra scythe entry from CheckCraftingMaterial(). Added missing morningstar entry in GetBaseResRef(). Increased Template limit to 250. Changed Lich templates to count Practiced Spellcaster in calculation.
This commit is contained in:
@@ -3685,6 +3685,9 @@ string GetBaseResRef(int nBaseItemType)
|
||||
case BASE_ITEM_LONGSWORD:
|
||||
sResRef = "nw_wswls001";
|
||||
break;
|
||||
case BASE_ITEM_MORNINGSTAR:
|
||||
sResRef = "nw_wblms001";
|
||||
break;
|
||||
case BASE_ITEM_MAUL:
|
||||
sResRef = "prc_wxblma001";
|
||||
break;
|
||||
|
Reference in New Issue
Block a user