public void PickUpIdol(Idol id) {
		idol = id;
		hasIdol = idol.PickUp (this);
		if(hasIdol) { 
			moveSound.clip = walkClip;
			pickSound.Play (); 
		}
	}