Merge pull request #64 from Skibbo/patch-1

This commit is contained in:
cypress 2024-01-04 18:40:31 -05:00 committed by GitHub
commit 106d2d3019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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;