mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-09 23:02:53 -05:00
Stamin-Up: move faster
This commit is contained in:
@ -44,6 +44,9 @@
|
|||||||
* Switch weapons twice as fast
|
* Switch weapons twice as fast
|
||||||
* Throw grenades twice as fast
|
* Throw grenades twice as fast
|
||||||
|
|
||||||
|
### Stamin-Up
|
||||||
|
* Move faster (normally only sprint faster)
|
||||||
|
|
||||||
### Deadshot
|
### Deadshot
|
||||||
* Move faster while aiming
|
* Move faster while aiming
|
||||||
* Decreased sprint recovery time
|
* Decreased sprint recovery time
|
||||||
|
@ -845,6 +845,15 @@ give_additional_perks()
|
|||||||
self UnsetPerk("specialty_stalker");
|
self UnsetPerk("specialty_stalker");
|
||||||
self Unsetperk( "specialty_sprintrecovery" );
|
self Unsetperk( "specialty_sprintrecovery" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (self HasPerk("specialty_longersprint"))
|
||||||
|
{
|
||||||
|
self Setperk( "specialty_movefaster" );
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
self Unsetperk( "specialty_movefaster" );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user