[READY] [MOSTLY MODULAR] Vox sprite fixes, updates, and additions (#7522)

* [DRAFT} Vox sprite fixes, updates.

* spriiiiiiite fiixeeesssss

* sprite name fix

* part one

* PART 2

* modularization moment
This commit is contained in:
candle :)
2021-08-22 01:40:28 +01:00
committed by GitHub
parent 86bef97daa
commit 33f9be2c42
31 changed files with 236 additions and 17 deletions
@@ -188,7 +188,7 @@ There are several things that need to be remembered:
apply_overlay(ID_LAYER)
//apply_overlay(ID_CARD_LAYER) //SKYRAT EDIT REMOVAL - Ugly ID
/*
/mob/living/carbon/human/update_inv_gloves()
remove_overlay(GLOVES_LAYER)
@@ -220,7 +220,7 @@ There are several things that need to be remembered:
gloves_overlay.pixel_y += dna.species.offset_features[OFFSET_GLOVES][2]
overlays_standing[GLOVES_LAYER] = gloves_overlay
apply_overlay(GLOVES_LAYER)
*/
//SKYRAT EDIT REMOVAL BEGIN - CUSTOMIZATION (moved to modular)
/*