miepzerino
2023-12-27 576c113fadde0791c40fad63b374f9430f875af5
Assets/Scripts/Pickup.cs
@@ -24,7 +24,7 @@
            if (damageable.Heal(healthRestore))
            {
                SoundManager.instance.PlaySoundAtPoint(gameObject, soundName);
                Destroy(gameObject);
                Destroy(transform.parent.gameObject);
            }
        }
    }