Adds GAGs jumpsuit/jumpskirt and prisoner outfits for Vox Primalis (#14816)

* Adds GAGs jumpsuit/jumpskirt and prisoner outfits

* Update vox primalis screenshot
This commit is contained in:
Tastyfish
2022-07-19 23:36:28 +01:00
committed by GitHub
parent ec2a0362dc
commit 2209d6f9f8
7 changed files with 22 additions and 4 deletions
+2
View File
@@ -360,6 +360,8 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
worn_icon_digi = SSgreyscale.GetColoredIconByType(greyscale_config_worn_digi, greyscale_colors)
if(greyscale_config_worn_vox)
worn_icon_vox = SSgreyscale.GetColoredIconByType(greyscale_config_worn_vox, greyscale_colors)
if(greyscale_config_worn_better_vox)
worn_icon_better_vox = SSgreyscale.GetColoredIconByType(greyscale_config_worn_better_vox, greyscale_colors)
if(greyscale_config_worn_teshari)
worn_icon_teshari = SSgreyscale.GetColoredIconByType(greyscale_config_worn_teshari, greyscale_colors)
if(greyscale_config_worn_taur_snake)