Esempio n. 1
0
 public override void OnDamage(int amount, Mobile from, bool willkill)
 {
     if (this.m_MonsterNest != null && this.m_MonsterNest is MonsterNest)
     {
         MonsterNest nest = this.m_MonsterNest as MonsterNest;
         nest.Damage(amount);
     }
     base.OnDamage(amount, from, willkill);
 }