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

Added fast mantle perk

This commit is contained in:
Jbleezy
2020-03-11 00:14:06 -07:00
parent 96d9e8f9bc
commit 72feb37b85
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* 100% backwards speed, strafe speed, and sprint strafe speed
* Disabled melee lunging
* Can shoot when looking at other players
* Mantle faster
* Start with semtex on maps that have semtex
## HUD

View File

@ -83,6 +83,7 @@ onplayerspawned()
self set_player_lethal_grenade_semtex();
self setperk( "specialty_unlimitedsprint" );
self setperk( "specialty_fastmantle" );
self tombstone_reset_perks();
}