Skip to content

Commit

Permalink
TGS Test Merge (#6093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 20, 2023
2 parents cd7c796 + a7a75d7 commit 5387880
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/clothing/gloves/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -650,3 +650,11 @@
icon = 'icons/clothing/gloves/darkcleric.dmi'
icon_state = "darkcleric"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

/obj/item/clothing/gloves/armsocks
name = "Fingerless Sleeves"
desc = "A pair of fingerless, full arm sleeves. Perfect for fashion, not so much winter."
icon = 'icons/clothing/gloves/fingerless.dmi'
icon_state = "armsleeves_color"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

4 changes: 4 additions & 0 deletions code/modules/loadout/loadout_gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@
/datum/loadout_entry/gloves/utility_fur_gloves
name = "Utility Fur Gloves"
path = /obj/item/clothing/gloves/utility_fur_gloves

/datum/loadout_entry/gloves/armsock_alt
name = "Fingerless Sleeves (Simple)"
path = /obj/item/clothing/gloves/armsocks
Binary file added icons/clothing/gloves/fingerless.dmi
Binary file not shown.

0 comments on commit 5387880

Please sign in to comment.