From b68dbf7f62b0e7e51ecaaa8f3437caf95c3ee5d5 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:08:11 +0300 Subject: [PATCH] Fix the displaying of tactical clothing for digi legs (#882) Add digi flag Adding DIGITIGRADE_VARIATION Co-authored-by: rarytech <45825049+rarytech@users.noreply.github.com> Co-authored-by: rarytech --- .../master_files/code/modules/clothing/under/syndicate.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_skyrat/master_files/code/modules/clothing/under/syndicate.dm b/modular_skyrat/master_files/code/modules/clothing/under/syndicate.dm index f73c29ceb30..ca3648a6344 100644 --- a/modular_skyrat/master_files/code/modules/clothing/under/syndicate.dm +++ b/modular_skyrat/master_files/code/modules/clothing/under/syndicate.dm @@ -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" @@ -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"