1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-09 13:28:15 -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

@ -76,7 +76,7 @@ zombie_init_done()
}
self.health = self.maxhealth;
}
self setphysparams( 15, 0, 64 );
self setphysparams( 15, 0, 60 );
}
highrise_special_weapon_magicbox_check(weapon)