diff --git a/Assets/Scripts/Game/Items/ItemBehaviour.cs b/Assets/Scripts/Game/Items/ItemBehaviour.cs index 36e8ce4..2f089d3 100644 --- a/Assets/Scripts/Game/Items/ItemBehaviour.cs +++ b/Assets/Scripts/Game/Items/ItemBehaviour.cs @@ -46,6 +46,7 @@ namespace Fruitomation.Game.Items CurrentChild.SetActive(true); Body2D.WakeUp(); + Body2D.AddForce(Vector3.down * 5f, ForceMode2D.Impulse); } public void SendToTheGhostRealm() => StartCoroutine(SendToGhostRealmInternal());