Restored weapon sounds

This commit is contained in:
Marco 2025-05-08 10:46:02 +02:00
commit 251636364b
3 changed files with 23 additions and 18 deletions

View file

@ -119,6 +119,7 @@ public partial class Weapon : Node2D
}
else
{
EmitSignalEmpty();
return;
}
}
@ -130,6 +131,7 @@ public partial class Weapon : Node2D
{
Reload();
}
EmitSignalEmpty();
return;
}