Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vox Sprite Update (I know) - Belts, Hats and Inteq Items #4209

Merged
merged 19 commits into from
Feb 24, 2025
Merged
1 change: 1 addition & 0 deletions code/modules/clothing/gloves/color.dm
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,4 @@
desc = "Cylindrical looking tubes that go over your arm, weird."
icon_state = "maid_arms"
item_state = "lgloves"
supports_variations = VOX_VARIATION
1 change: 1 addition & 0 deletions code/modules/clothing/head/flaphat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
desc = "A common cap popular among Kalixcian travellers. “Betzu-il”, translating to “sun-blocker”, refers to the flap at the back for protection against natural hazards such as sunburns, sandstorms, and biting insects."
icon_state = "flapwhite"
cuttable = TRUE
supports_variations = VOX_VARIATION
clothamnt = 2
unique_reskin = list("white Betzu-il cap" = "flapwhite",
"grey Betzu-il cap" = "flapgrey",
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
name = "maid headband"
desc = "Just like from one of those chinese cartoons!"
icon_state = "maid_headband"
supports_variations = VOX_VARIATION

/obj/item/clothing/head/cowboy
name = "cowboy hat"
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/neck/_neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
name = "maid neck cover"
desc = "A neckpiece for a maid costume, it smells faintly of disappointment."
icon_state = "maid_neck"
supports_variations = VOX_VARIATION

/obj/item/clothing/neck/tie/trans
name = "transgender tie"
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/spacesuits/hardsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@
icon_state = "hardsuit1-pointman"
hardsuit_type = "pointman"
full_retraction = TRUE
supports_variations = VOX_VARIATION

//Medical hardsuit
/obj/item/clothing/head/helmet/space/hardsuit/medical
Expand Down
2 changes: 2 additions & 0 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@
icon_state = "militaryjacket"
item_state = "militaryjacket"
allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter, /obj/item/gun/ballistic/automatic/pistol, /obj/item/gun/ballistic/revolver, /obj/item/radio)
supports_variations = VOX_VARIATION


/obj/item/clothing/suit/jacket/letterman
name = "letterman jacket"
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/suits/windbreakers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
item_state = "jacketwhite"
body_parts_covered = CHEST|GROIN|ARMS
cold_protection = CHEST|GROIN|ARMS
supports_variations = VOX_VARIATION
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
togglename = "zipper"
allowed = list( /obj/item/flashlight,
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/under/costume.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
item_state = "maid"
body_parts_covered = CHEST|GROIN
can_adjust = FALSE
supports_variations = VOX_VARIATION

/obj/item/clothing/under/costume/maid/Initialize()
. = ..()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/under/pants.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mob_overlay_icon = 'icons/mob/clothing/under/shorts_pants.dmi'
greyscale_colors = list(list(14, 10), list(16, 10), list(16, 9))
greyscale_icon_state = "pants"
supports_variations = DIGITIGRADE_VARIATION
supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION

/obj/item/clothing/under/pants/blackjeans
name = "black jeans"
Expand Down
Binary file modified icons/mob/species/vox/onmob_back_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_belt_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_ears_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_eyes_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_hands_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_head_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_mask_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_neck_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_suit_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_uniform_vox.dmi
Binary file not shown.
Loading