Assets/Scripts/Damageable.cs @@ -32,6 +32,8 @@ { if (value > MaxHealth) { Debug.Log("Warum?"); _health = MaxHealth; } else