Skip to content

Commit

Permalink
Fix gear harnesses incorrectly covering body parts (Skyrat-SS13#20031)
Browse files Browse the repository at this point in the history
Fix gear harness covered parts

Sets gear harnesses to not cover any body parts given that they very visibly don't.
  • Loading branch information
Azlier authored Mar 27, 2023
1 parent 8f553e2 commit 2a97682
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
name = "gear harness"
desc = "A simple, inconspicuous harness replacement for a jumpsuit."
icon_state = "gear_harness"
body_parts_covered = CHEST|GROIN
body_parts_covered = NONE
can_adjust = FALSE
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON

/obj/item/clothing/under/misc/skyrat/gear_harness/eve
name = "collection of leaves"
desc = "Three leaves, designed to cover the nipples and genetalia of the wearer. A foe so proud will first the weaker seek."
icon_state = "eve"
body_parts_covered = CHEST|GROIN

/obj/item/clothing/under/misc/skyrat/gear_harness/adam
name = "leaf"
Expand Down

0 comments on commit 2a97682

Please sign in to comment.