public void addCrystal(HeroRabbitGood r, String colour)
 {
     this.startingPosition = r.transform.position;
     crystalMan.addColor(colour);
 }