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:
@@ -3905,6 +3905,8 @@ int GetFavoredEnemyFeat(int iRacialType)
|
||||
case RACIAL_TYPE_SHAPECHANGER: return FEAT_FAVORED_ENEMY_SHAPECHANGER;
|
||||
case RACIAL_TYPE_UNDEAD: return FEAT_FAVORED_ENEMY_UNDEAD;
|
||||
case RACIAL_TYPE_VERMIN: return FEAT_FAVORED_ENEMY_VERMIN;
|
||||
case RACIAL_TYPE_PLANT: return FEAT_FAVORED_ENEMY_PLANT;
|
||||
case RACIAL_TYPE_OOZE: return FEAT_FAVORED_ENEMY_OOZE;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user