mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 21:02:14 +00:00
Fixed the achievement "No Perks? No Problem"
Added a reset for the tracker of the achievement when you get downed, so you can earn the achievement again.
This commit is contained in:
parent
6a6d39d4f8
commit
ee5a3df658
1 changed files with 3 additions and 0 deletions
|
@ -247,6 +247,9 @@ void() GetDown =
|
|||
self.currentmagbk = self.weapons[0].weapon_magazine;
|
||||
self.currentmagbk2 = self.weapons[0].weapon_magazine_left;
|
||||
|
||||
//Reset the tracker for the achievement "No Perks? No Problem"
|
||||
self.ach_tracker_npnp = 0;
|
||||
|
||||
// Reset Juggernog health
|
||||
self.max_health = self.health = PLAYER_START_HEALTH;
|
||||
|
||||
|
|
Loading…
Reference in a new issue