public override void Apply(HealthComponent target) { if (!Used) { target.IncreaseMaxHealth(random.Next(25, 50)); Used = true; } }