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:
7
scripts/zm/zm_tomb/zm_tomb_reimagined.csc
Normal file
7
scripts/zm/zm_tomb/zm_tomb_reimagined.csc
Normal 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);
|
||||
}
|
Reference in New Issue
Block a user