mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-06 11:58:41 -05:00
Added fast mantle perk
This commit is contained in:
@ -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
|
||||
|
@ -83,6 +83,7 @@ onplayerspawned()
|
||||
self set_player_lethal_grenade_semtex();
|
||||
|
||||
self setperk( "specialty_unlimitedsprint" );
|
||||
self setperk( "specialty_fastmantle" );
|
||||
|
||||
self tombstone_reset_perks();
|
||||
}
|
||||
|
Reference in New Issue
Block a user