Add more spell effects
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user