Expanded Frost Mage for epic progression

Expanded Frost Mage for epic progression.
MoS summons should be affected by Augment Summon.
This commit is contained in:
Jaysyn904
2025-06-06 09:57:43 -04:00
parent 0acf177909
commit 0c326a6c01
8 changed files with 294 additions and 209 deletions

View File

@@ -88,6 +88,7 @@ void main()
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eSummonB, GetLocation(oSummon));
ChangeToStandardFaction(oSummon, STANDARD_FACTION_HOSTILE);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eCommand, oSummon);
DelayCommand(0.5, AugmentSummonedCreature(sSummon));
DelayCommand(6.0, SummonUndeadPseudoHB(oCaster, oSummon, nChaMod, nSpellID));
DestroyObject(oSummon, fDuration);
}