mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user