mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-13 00:28:03 -05:00
Encounter Pro: remove unlimited sprint
This commit is contained in:
@ -522,4 +522,5 @@
|
|||||||
* Removed Mystery Box
|
* Removed Mystery Box
|
||||||
* Removed powerups
|
* Removed powerups
|
||||||
* Removed buildables
|
* Removed buildables
|
||||||
|
* Removed unlimited sprint
|
||||||
* Power Station: disabled door to Power Station zone
|
* Power Station: disabled door to Power Station zone
|
@ -338,7 +338,11 @@ set_client_dvars()
|
|||||||
|
|
||||||
set_perks()
|
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_fastmantle" );
|
||||||
self setperk( "specialty_fastladderclimb" );
|
self setperk( "specialty_fastladderclimb" );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user