Beispiel #1
0
 public override void OnDirectEffect(GameLiving target, double effectiveness)
 {
     base.OnDirectEffect(target, effectiveness);
     if (target is GameFont)
     {
         GameFont targetFont = target as GameFont;
         targetFont.Delete();
         MessageToCaster("Selected ward has been saboted!", eChatType.CT_SpellResisted);
     }
 }