private void setEffect(string ability)
 {
     EffectHandler.updateEffect(this.GetComponentInChildren <Gun>().transform.position, ability);
 }