Adds a stamina meter (#24782)

* Finally done

* Contra + Qwerty review

* I don't think I broke anything :D

* Lewc review
This commit is contained in:
DGamerL
2024-04-26 22:32:00 +00:00
committed by GitHub
parent 88af37bfcf
commit 7a45c712b8
15 changed files with 54 additions and 4 deletions
@@ -390,7 +390,7 @@
M.update_stat("reagent metabolism")
if(update_flags & STATUS_UPDATE_STAMINA)
M.update_stamina()
M.update_health_hud()
M.update_stamina_hud()
if(update_flags & STATUS_UPDATE_BLIND)
M.update_blind_effects()
if(update_flags & STATUS_UPDATE_NEARSIGHTED)