Added Fochlucan Lyrist PrC, updated release archive

Added Fochlucan Lyrist PrC, tweaked Fey class skills, fixed new weapon models & icons not showing up.  Updated .hif for installer.  Updated release archive.
This commit is contained in:
Jaysyn904
2023-08-23 19:55:56 -04:00
parent f491984d6b
commit 3062876237
21 changed files with 664 additions and 504 deletions

View File

@@ -117,7 +117,6 @@ int ReducedSpellFailure(object oPC, object oArmor)
if(nAC < 4)
{
if(GetLevelByClass(CLASS_TYPE_BLADESINGER, oPC) > 5
|| GetLevelByClass(CLASS_TYPE_MINSTREL_EDGE, oPC)
|| (GetLevelByClass(CLASS_TYPE_BARD, oPC) && GetPRCSwitch(PRC_BARD_LIGHT_ARMOR_SPELLCASTING)))
{
int nASFArmor = checkASF(oArmor);