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:
@@ -83,6 +83,7 @@ void DoSpellBlast(object oPC, int bHit)
|
||||
//override PRCDoMeleeTouchAttack() - we already know that blast hit
|
||||
ActionDoCommand(SetLocalInt(oPC, "AttackHasHit", bHit));
|
||||
SetLocalInt(oPC, "EldritchSpellBlast", TRUE);
|
||||
if(DEBUG) DoDebug("inv_inc_blast >> EldritchSpellBlast Set");
|
||||
ActionCastSpell(nSpellID, 0, nDC, 0, METAMAGIC_NONE, nCastingClass, FALSE, bTargetOverride);
|
||||
ActionDoCommand(DeleteLocalInt(oPC, "AttackHasHit"));
|
||||
DelayCommand(0.5, DeleteLocalInt(oPC, "EldritchSpellBlast"));
|
||||
|
Reference in New Issue
Block a user