1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 23:57:59 -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

@ -46,6 +46,7 @@
* Weapon is no longer switched after reviving if player switched weapons during revive * Weapon is no longer switched after reviving if player switched weapons during revive
* Can shoot while looking at other players * Can shoot while looking at other players
* Increased mantle speed * Increased mantle speed
* Increased ladder climb speed
* Start with semtex on maps that have semtex * Start with semtex on maps that have semtex
* Entering and exiting last stand no longer refills last stand weapon clip automatically * Entering and exiting last stand no longer refills last stand weapon clip automatically
* Decreased friendly player name fade out time from 1.5 seconds to 0.25 seconds * Decreased friendly player name fade out time from 1.5 seconds to 0.25 seconds

View File

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