1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 15:48:05 -05:00

Encounter Pro: remove unlimited sprint

This commit is contained in:
Jbleezy
2022-08-11 18:40:31 -07:00
parent 8383284907
commit aa764b2264
2 changed files with 6 additions and 1 deletions

View File

@ -338,7 +338,11 @@ set_client_dvars()
set_perks()
{
self setperk( "specialty_unlimitedsprint" );
if(!(getDvar("g_gametype") == "zgrief" && getDvarIntDefault("ui_gametype_pro", 0)))
{
self setperk( "specialty_unlimitedsprint" );
}
self setperk( "specialty_fastmantle" );
self setperk( "specialty_fastladderclimb" );
}