fixed health not setting on first spawn with the playerMaxHealth dvar

This commit is contained in:
JezuzLizard
2020-05-12 16:36:57 -07:00
parent db1bbcfb48
commit 5c4b153a04
3 changed files with 36 additions and 12 deletions

View File

@ -20,6 +20,14 @@ Install _zm_powerups.gsc in in maps/mp/zombies
This will add support for changing a few aspects of the vanilla powerups
# Update 5/12/20
## Main Changes
Changed the names of jugg type perk health bonuses to be more accurate to their usage.
Now sets each players health on first spawn and subsequent respawns and revives.
# Update 5/10/20
## Main Changes