Merge pull request #16053 from SandPoot/extra-huds

Changes operative hud and adds three more
This commit is contained in:
deathride58
2024-01-06 22:51:28 -05:00
committed by GitHub
24 changed files with 46 additions and 26 deletions
@@ -16,6 +16,7 @@
/mob/living/proc/update_resting(update_mobility = TRUE)
if(update_mobility)
update_mobility()
update_rest_hud_icon()
//Force mob to rest, does NOT do stamina damage.
//It's really not recommended to use this proc to give feedback, hence why silent is defaulting to true.