lets try fixing the fucking stamina bug - removes redundant update_stamina() calls and moves update_stamina() calls outside of if clauses

This commit is contained in:
deathride58
2018-11-29 12:35:01 -05:00
parent c6f14553f0
commit c56cf7885d
3 changed files with 5 additions and 6 deletions
@@ -178,7 +178,6 @@
parts -= picked
if(updating_health)
updatehealth()
update_stamina()
if(update)
update_damage_overlays()
update_stamina() //CIT CHANGE - makes sure update_stamina() always gets called after a health update