public void fireDamage(Pawn target)
 {
     if (target != null) {
         target.addDPS (new BaseDamage (damageAmount), owner.gameObject);
     }
 }