mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Patches digi and vox gags jumpsuits and sneakers (#9665)
* It's ALWAYS the digi icons * remove indent
This commit is contained in:
@@ -94,7 +94,7 @@ GLOBAL_DATUM_INIT(fire_overlay, /mutable_appearance, mutable_appearance('icons/e
|
||||
var/custom_premium_price
|
||||
///Whether spessmen with an ID with an age below AGE_MINOR (20 by default) can buy this item
|
||||
var/age_restricted = FALSE
|
||||
|
||||
|
||||
///flags which determine which body parts are protected from heat. [See here][HEAD]
|
||||
var/heat_protection = 0
|
||||
///flags which determine which body parts are protected from cold. [See here][HEAD]
|
||||
@@ -295,10 +295,12 @@ GLOBAL_DATUM_INIT(fire_overlay, /mutable_appearance, mutable_appearance('icons/e
|
||||
return
|
||||
if(greyscale_config_worn)
|
||||
worn_icon = SSgreyscale.GetColoredIconByType(greyscale_config_worn, greyscale_colors)
|
||||
if(greyscale_config_worn_digi) // Skyrat Edit
|
||||
// SKYRAT EDIT ADD START
|
||||
if(greyscale_config_worn_digi)
|
||||
worn_icon_digi = SSgreyscale.GetColoredIconByType(greyscale_config_worn_digi, greyscale_colors)
|
||||
if(greyscale_config_worn_vox) // Skyrat Edit
|
||||
if(greyscale_config_worn_vox)
|
||||
worn_icon_vox = SSgreyscale.GetColoredIconByType(greyscale_config_worn_vox, greyscale_colors)
|
||||
// SKYRAT EDIT ADD END
|
||||
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