Skip to content

Commit

Permalink
Fix the displaying of tactical clothing for digi legs (#882)
Browse files Browse the repository at this point in the history
Add digi flag

Adding DIGITIGRADE_VARIATION

Co-authored-by: rarytech <[email protected]>
Co-authored-by: rarytech <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent c7043a8 commit b68dbf7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
can_adjust = TRUE
has_sensor = HAS_SENSORS
armor_type = /datum/armor/clothing_under/none
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
unique_reskin = list(
RESKIN_NT = "tactifool_blue",
RESKIN_CHARCOAL = "tactifool"
Expand Down Expand Up @@ -80,6 +81,7 @@
can_adjust = TRUE
alt_covers_chest = TRUE
armor_type = /datum/armor/clothing_under/syndicate
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
unique_reskin = list(
RESKIN_SYNDIE = "syndicate_red",
RESKIN_CHARCOAL = "syndicate"
Expand Down

0 comments on commit b68dbf7

Please sign in to comment.