Fix digi legs sprites getting stuck (#87254)

## About The Pull Request

Fixes #86756
Fixes #67174 (isn't this already fixed? Oh well now it's really fixed
because I tested it)

Basically changed the random calls to `update_body_parts` with a bespoke
proc which better explains what they are there to do

Adds one missing call to head items (for `HIDESNOUT`)

## Changelog

🆑 Melbert
fix: Fixed digitigrade pants sprite not updating in accordance to some
leg updates
/🆑
# Conflicts:
#	code/modules/mob/living/carbon/human/human_update_icons.dm
#	code/modules/surgery/bodyparts/species_parts/lizard_bodyparts.dm
This commit is contained in:
MrMelbert
2024-10-17 13:29:30 -05:00
committed by lessthanthree
parent 199ce751bb
commit 627f6baef4
9 changed files with 142 additions and 16 deletions
+1
View File
@@ -240,6 +240,7 @@
#include "say.dm"
#include "screenshot_antag_icons.dm"
#include "screenshot_basic.dm"
#include "screenshot_digi.dm"
#include "screenshot_dynamic_human_icons.dm"
#include "screenshot_high_luminosity_eyes.dm"
#include "screenshot_humanoids.dm"