[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-21 19:40:28 -05:00
committed by GitHub
parent 86bef97daa
commit 33f9be2c42
31 changed files with 236 additions and 17 deletions
+2
View File
@@ -288,6 +288,8 @@ GLOBAL_DATUM_INIT(fire_overlay, /mutable_appearance, mutable_appearance('icons/e
worn_icon = SSgreyscale.GetColoredIconByType(greyscale_config_worn, greyscale_colors)
if(greyscale_config_worn_digi) // Skyrat Edit
worn_icon_digi = SSgreyscale.GetColoredIconByType(greyscale_config_worn_digi, greyscale_colors)
if(greyscale_config_worn_vox) // Skyrat Edit
worn_icon_vox = SSgreyscale.GetColoredIconByType(greyscale_config_worn_vox, greyscale_colors)
if(greyscale_config_inhand_left)
lefthand_file = SSgreyscale.GetColoredIconByType(greyscale_config_inhand_left, greyscale_colors)
if(greyscale_config_inhand_right)