1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00

Increase ladder climb speed

This commit is contained in:
Jbleezy
2022-01-15 01:45:04 -08:00
parent 53e50cd86e
commit 3afb85f753
2 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,7 @@ set_perks()
{
self setperk( "specialty_unlimitedsprint" );
self setperk( "specialty_fastmantle" );
self setperk( "specialty_fastladderclimb" );
}
health_bar_hud()