adds some missing digi and teshari sprites (#5246)
## About The Pull Request Adds missing sprites for digitigrade legs and teshari, going down this (new) list <img width="811" height="258" alt="image" src="https://github.com/user-attachments/assets/e1531e23-28ce-48ce-981f-fbf373f457fa" /> The digi sprites are the main focus, I am adding teshari sprites too while I'm at it (I want to one day add a lot more teshari sprites, but there's a LOT more missing) Also deletes "suit/henchmen" because it doesn't actually exist (is one line of code, no sprites) Sprites added for: - black turtleneck - floortile camo - britches' dress - armored dress (blueshield/netra) - lilac dress (rank/lace) - sleek modern coat (cybersleek) - long modern coat (cybersleek/long) - fancy suit - texan formal outfit - dimmadome formal outfit - Dragon undergarments (blutigen_undergarment) - occult collector's outfit (under/occult) ## Why It's Good For The Game Less missing sprites good! ## Proof Of Testing Works on my machine <details> <summary>Screenshots/Videos</summary> (Note that the sprites on the middle character look slightly off in the images due to them being differently sized, the sprites in the files look the same as the left minus the digi leg edit.) black turtleneck <img width="263" height="138" alt="Screenshot_204" src="https://github.com/user-attachments/assets/7a8baccb-f66c-41ef-a891-9794ae9cbdf6" /> floortile camo <img width="296" height="152" alt="Screenshot_222" src="https://github.com/user-attachments/assets/8bc2f50a-9671-4339-991f-99c1e44a8afb" /> britches' dress <img width="297" height="138" alt="Screenshot_230" src="https://github.com/user-attachments/assets/ce292fab-0e07-46ff-b002-c976c2438146" /> armored dress (blueshield/netra) <img width="301" height="132" alt="Screenshot_228" src="https://github.com/user-attachments/assets/a702de71-d3f8-460a-9259-80922e24d8a5" /> lilac dress <img width="298" height="138" alt="Screenshot_229" src="https://github.com/user-attachments/assets/0faf7aa5-9d5c-416b-84d2-6ce116d03f8f" /> sleek modern coat <img width="286" height="107" alt="Screenshot_231" src="https://github.com/user-attachments/assets/18c16ae0-ec68-41ba-aa48-46f8426029df" /> long modern coat <img width="309" height="115" alt="Screenshot_232" src="https://github.com/user-attachments/assets/47eb02ef-0460-4aa4-b318-d6566a6ea959" /> fancy suit <img width="305" height="109" alt="Screenshot_226" src="https://github.com/user-attachments/assets/3185ac27-09ee-40c7-a776-a83d6d62553f" /> (including its grayscale config features) <img width="284" height="112" alt="Screenshot_228" src="https://github.com/user-attachments/assets/d7f710b0-4439-44f7-9bf0-88c1a022d40e" /> texan formal outfit <img width="273" height="111" alt="Screenshot_234" src="https://github.com/user-attachments/assets/89ad36a9-edc7-4003-b657-49d3984ca0c0" /> dimmadome formal outfit <img width="300" height="108" alt="Screenshot_235" src="https://github.com/user-attachments/assets/366a7a97-7266-4be9-9af7-598be90c96ed" /> Dragon undergarments <img width="281" height="101" alt="Screenshot_237" src="https://github.com/user-attachments/assets/786a16d4-825c-4c89-a84f-450bf09426db" /> occult collector's outfit <img width="272" height="115" alt="Screenshot_238" src="https://github.com/user-attachments/assets/c56e17bb-0667-45df-8d26-60106d67a3f5" /> </details> ## Changelog 🆑 add: added missing digi leg and teshari sprites for 12 jumpsuit slot items del: removed an error clothing item /🆑
@@ -200,14 +200,6 @@
|
||||
/obj/item/clothing/under/changeling
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
|
||||
|
||||
/**
|
||||
* NONE(Squash)
|
||||
* Clothing that does not have a digitigrade version, and thus will squash legs to fit.
|
||||
*/
|
||||
/obj/item/clothing/under/suit/henchmen
|
||||
supports_variations_flags = NONE
|
||||
|
||||
|
||||
/**
|
||||
* SUBTYPE WITH NEW ICON
|
||||
* Clothing that has a digitigrade version, but its parent was set to something else earlier in this file.
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
@@ -15,3 +15,11 @@
|
||||
/datum/greyscale_config/gi/worn/teshari
|
||||
name = "Gi (Worn, Teshari)"
|
||||
icon_file = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/uniform.dmi'
|
||||
|
||||
/datum/greyscale_config/fancy_suit/worn/digi
|
||||
name = "Fancy Suit (Worn, Digi)"
|
||||
icon_file = 'modular_skyrat/master_files/icons/mob/clothing/under/suits_digi.dmi'
|
||||
|
||||
/datum/greyscale_config/fancy_suit/worn/teshari
|
||||
name = "Fancy Suit (Worn, Teshari)"
|
||||
icon_file = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/uniform.dmi'
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/obj/item/clothing/under/costume/gi
|
||||
greyscale_config_worn_digi = /datum/greyscale_config/gi/worn/digi
|
||||
greyscale_config_worn_teshari = /datum/greyscale_config/gi/worn/teshari
|
||||
|
||||
/obj/item/clothing/under/costume/cybersleek
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/uniform.dmi'
|
||||
|
||||
@@ -616,3 +616,49 @@
|
||||
flags_1 = IS_PLAYER_COLORABLE_1
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
can_adjust = FALSE
|
||||
|
||||
/obj/item/clothing/under/syndicate/tacticool/black
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_teshari.dmi'
|
||||
|
||||
/obj/item/clothing/under/rank/civilian/clown/britches
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_teshari.dmi'
|
||||
|
||||
/obj/item/clothing/under/rank/blueshield/netra
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_teshari.dmi'
|
||||
|
||||
/obj/item/clothing/under/rank/lace
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
// awkwardly shoving this in with the skyrat donator item sprites until someone tells me no. send help
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_teshari.dmi'
|
||||
|
||||
/obj/item/clothing/under/suit/fancy
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
greyscale_config_worn_digi = /datum/greyscale_config/fancy_suit/worn/digi
|
||||
greyscale_config_worn_teshari = /datum/greyscale_config/fancy_suit/worn/teshari
|
||||
|
||||
/obj/item/clothing/under/texas
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/uniform.dmi'
|
||||
|
||||
/obj/item/clothing/under/doug_dimmadome
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/uniform.dmi'
|
||||
|
||||
/obj/item/clothing/under/custom/blutigen_undergarment
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_teshari.dmi'
|
||||
|
||||
/obj/item/clothing/under/occult
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_digi.dmi'
|
||||
worn_icon_teshari = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_teshari.dmi'
|
||||
|
||||
@@ -80,3 +80,6 @@
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
// overrides an override
|
||||
worn_icon_digi = 'modular_skyrat/master_files/icons/mob/clothing/under/medical_digi.dmi'
|
||||
|
||||
/obj/item/clothing/under/syndicate/floortilecamo
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
|
||||
|
||||