1
0
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:
Jbleezy
2023-04-10 13:08:53 -07:00
parent ae1d43c5f0
commit e3af893cf2
8 changed files with 41 additions and 7 deletions

View File

@ -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)