public void TakeHealth(int amount)
 {
     amount = ModHooks.OnTakeHealth(amount);
     orig_TakeHealth(amount);
 }