feature/Lucker-misc_RoundFramework #2

Merged
para merged 8 commits from feature/Lucker-misc_RoundFramework into master 2023-08-07 05:13:13 +00:00
Showing only changes of commit 8650c75f2b - Show all commits

View File

@@ -41,7 +41,7 @@ public partial class RussianPistol : Weapon
} }
else else
{ {
Pawn.PlaySound( "denyundo" ); Pawn.PlaySound( "player_use_fail" );
} }
Ammo--; Ammo--;
} }