1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-26 23:20:34 -05:00

Brutus and Panzersoldat: decrease footstep screen shake

This commit is contained in:
Jbleezy
2024-01-26 02:28:44 -08:00
parent 47c4377615
commit 24e21b1f76
6 changed files with 100 additions and 3 deletions

View File

@ -0,0 +1,7 @@
#include clientscripts\mp\_utility;
#include clientscripts\mp\zombies\_zm_utility;
main()
{
replaceFunc(clientscripts\mp\zombies\_zm_ai_mechz::mechzfootstepcbfunc, scripts\zm\replaced\_zm_ai_mechz::mechzfootstepcbfunc);
}