diff --git a/README.md b/README.md index 8a860b33..74a0edfc 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ * Weapon is no longer switched after reviving if player switched weapons during revive * Can shoot while looking at other players * Increased mantle speed +* Increased ladder climb speed * Start with semtex on maps that have semtex * 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 diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 38950e1e..0f7e2b67 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -259,6 +259,7 @@ set_perks() { self setperk( "specialty_unlimitedsprint" ); self setperk( "specialty_fastmantle" ); + self setperk( "specialty_fastladderclimb" ); } health_bar_hud()