Skip to content

Commit

Permalink
Changed fast sprint recovery perk name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbleezy committed Aug 18, 2018
1 parent a7e0f1f commit 21b24a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/_zombiemode_perks.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ give_perk( perk, bought )
self SetClientFlag(level._ZOMBIE_PLAYER_FLAG_DEADSHOT_PERK);
perk_str = perk + "_stop";
//self thread move_faster_while_ads(perk_str);
self SetPerk("specialty_sprintrecovery");
self SetPerk("specialty_fastsprintrecovery");
}
else if( perk == "specialty_deadshot_upgrade" )
{
Expand Down Expand Up @@ -2042,7 +2042,7 @@ perk_think( perk )
case "specialty_deadshot":
self ClearClientFlag(level._ZOMBIE_PLAYER_FLAG_DEADSHOT_PERK);
self SetMoveSpeedScale(self.move_speed);
self UnsetPerk("specialty_sprintrecovery");
self UnsetPerk("specialty_fastsprintrecovery");
break;

case "specialty_deadshot_upgrade":
Expand Down

0 comments on commit 21b24a3

Please sign in to comment.