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:
@ -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
|
||||||
|
@ -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()
|
||||||
|
Reference in New Issue
Block a user