miepzerino
2025-03-29 91e32d7af1911b98858fc85808ae38a89f05ff06
Assets/Scripts/Pickup.cs
@@ -24,7 +24,7 @@
            if (damageable.Heal(healthRestore))
            {
                SoundManager.instance.PlaySoundAtPoint(gameObject, soundName);
                Destroy(gameObject);
                Destroy(transform.parent.gameObject);
            }
        }
    }