1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Melee weapons: add proper melee swing sound

This commit is contained in:
Jbleezy
2024-04-14 04:56:53 -07:00
parent 32c4638caa
commit 145ad352cb
13 changed files with 242 additions and 20 deletions

View File

@ -4,6 +4,7 @@
main()
{
replaceFunc(clientscripts\mp\zombies\_zm::init_wallbuy_fx, scripts\zm\replaced\_zm::init_wallbuy_fx);
replaceFunc(clientscripts\mp\zombies\_zm_audio::sndmeleeswipe, scripts\zm\replaced\_zm_audio::sndmeleeswipe);
replaceFunc(clientscripts\mp\zombies\_zm_weapons::init, scripts\zm\replaced\_zm_weapons::init);
powerup_changes();