public void BumpIntoObject(GridObject o) { if (Options.Animation.animateBump) { StartCoroutine(this.AnimateBump(o)); } o.DoDamage(this.bumpDmg); }