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