public void ConsumeBlood(float blood, string reason)
 {
     damageData.RemoveHealth(blood, reason); //TODO display death reason
 }