mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
Merge pull request #64 from Skibbo/patch-1
This commit is contained in:
commit
106d2d3019
1 changed files with 3 additions and 0 deletions
|
@ -247,6 +247,9 @@ void() GetDown =
|
||||||
self.currentmagbk = self.weapons[0].weapon_magazine;
|
self.currentmagbk = self.weapons[0].weapon_magazine;
|
||||||
self.currentmagbk2 = self.weapons[0].weapon_magazine_left;
|
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
|
// Reset Juggernog health
|
||||||
self.max_health = self.health = PLAYER_START_HEALTH;
|
self.max_health = self.health = PLAYER_START_HEALTH;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue