public void ApplyPain(int damage) { savable.ApplyDamage(damage); if (!hasNoLegs) { anims.Play("Pain"); Invoke("PainEnd", 1); } }