Add more spell effects

This commit is contained in:
2026-02-26 02:09:38 -08:00
parent a686ce2fbc
commit fadb1652d4
20 changed files with 163 additions and 49 deletions
@@ -68,10 +68,12 @@ public partial class ThrownItem : RigidBody3D, IThrownItem
public void RescueItem()
{
if (!Game.RescuedItems.TryAdd(ItemThatIsThrown))
return;
ContactMonitor = false;
Freeze = true;
PlayRescueAnimation();
Game.RescuedItems.Items.Add(ItemThatIsThrown);
SfxDatabase.Instance.Play(SoundEffect.Transfer);
}
private void PlayRescueAnimation()