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