mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Zombies: change height to 60 on all maps
This commit is contained in:
@ -117,7 +117,7 @@ grief_include_weapons()
|
||||
zombie_init_done()
|
||||
{
|
||||
self.allowpain = 0;
|
||||
self setphysparams( 15, 0, 64 );
|
||||
self setphysparams( 15, 0, 60 );
|
||||
}
|
||||
|
||||
transit_special_weapon_magicbox_check(weapon)
|
||||
|
Reference in New Issue
Block a user