Skip to content

Commit

Permalink
some clothes
Browse files Browse the repository at this point in the history
  • Loading branch information
13spacemen committed Jan 17, 2024
1 parent 2e93777 commit 2a723b9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/modules/clothing/head/collectable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
worn_icon = 'icons/mob/clothing/head/hats.dmi'
icon_state = "hopcap"
dog_fashion = /datum/dog_fashion/head/hop
supports_variations_flags = CLOTHING_VOX_VARIATION

/obj/item/clothing/head/collectable/thunderdome
name = "collectable Thunderdome helmet"
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/head/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
desc = "The symbol of true bureaucratic micromanagement."
armor_type = /datum/armor/hats_hopcap
dog_fashion = /datum/dog_fashion/head/hop
supports_variations_flags = CLOTHING_VOX_VARIATION

//Chaplain
/datum/armor/hats_hopcap
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/shoes/laceup.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
desc = "The height of fashion, and they're pre-polished!"
icon_state = "laceups"
equip_delay_other = 50
supports_variations_flags = CLOTHING_VOX_VARIATION|CLOTHING_DIGITIGRADE_VARIATION
1 change: 1 addition & 0 deletions code/modules/clothing/suits/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@
inhand_icon_state = "b_suit"
body_parts_covered = CHEST|GROIN|ARMS
dog_fashion = null
supports_variations_flags = CLOTHING_VOX_VARIATION|CLOTHING_DIGITIGRADE_VARIATION

/obj/item/clothing/suit/armor/militia
name = "station defender's coat"
Expand Down
3 changes: 2 additions & 1 deletion code/modules/clothing/under/jobs/civilian/civilian.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
name = "head of personnel's uniform"
icon_state = "hop"
inhand_icon_state = "b_suit"
supports_variations_flags = CLOTHING_VOX_VARIATION|CLOTHING_DIGITIGRADE_VARIATION

/obj/item/clothing/under/rank/civilian/head_of_personnel/skirt
name = "head of personnel's skirt"
Expand All @@ -74,7 +75,7 @@
body_parts_covered = CHEST|GROIN|ARMS
dying_key = DYE_REGISTRY_JUMPSKIRT
female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON|CLOTHING_VOX_VARIATION

/obj/item/clothing/under/rank/civilian/head_of_personnel/suit
name = "head of personnel's suit"
Expand Down
Binary file modified icons/mob/clothing/species/vox/head.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/vox/suit.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/vox/uniform.dmi
Binary file not shown.

0 comments on commit 2a723b9

Please sign in to comment.