Example #1
0
 public override void OnGotMeleeAttack(Mobile attacker)
 {
     LichLord.CheckSummon(this);
     base.OnGotMeleeAttack(attacker);
 }
Example #2
0
 public override void OnDamagedBySpell(Mobile attacker)
 {
     LichLord.CheckSummon(this);
     base.OnDamagedBySpell(attacker);
 }