2025/05/19 Update

Updated baseclass feat 2das for Hobgoblin Warsoul.
Added baseclass marker feats for Sublime Chord.
Updated RHD caster races with informational spellcasting marker feat.
Updated inc_utility for Fochlucan Lyrist's Bardic Knowledge.
Added Spellblast debug text.
Made more progress on prc_getbest_inc
MultisummonPresummon fix by TiredByFirelight
This commit is contained in:
Jaysyn904
2025-05-19 22:47:21 -04:00
parent 76475dba2b
commit 404ea74cc7
85 changed files with 36347 additions and 28609 deletions

View File

@@ -1380,7 +1380,10 @@ int BardSorcPrCCheck(object oCaster, int nCastingClass, object oSpellCastItem)
// Eldritch Spellblast was breaking otherwise
if (GetLocalInt(oCaster, "EldritchSpellBlast"))
{
if(DEBUG) DoDebug("x2_inc_spellhook >> EldritchSpellBlast Found");
return TRUE;
}
//check its a sorc spell
if(nCastingClass == CLASS_TYPE_SORCERER)