mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-09 05:18:17 -05:00
Zombies: change height to 60 on all maps
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user