Skip to content

Commit

Permalink
Fixes digi MODsuits (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert authored Mar 6, 2024
1 parent fe64a52 commit 6e1b834
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/mod/mod_clothes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
/obj/item/tank/jetpack/oxygen/captain,
)
armor_type = /datum/armor/none
body_parts_covered = CHEST|GROIN
body_parts_covered = CHEST|GROIN|LEGS // NON-MODULE CHANGE
heat_protection = CHEST|GROIN
cold_protection = CHEST|GROIN
obj_flags = IMMUTABLE_SLOW
supports_variations_flags = CLOTHING_DIGITIGRADE_FILTER // NON-MODULE CHANGE

/obj/item/clothing/gloves/mod
name = "MOD gauntlets"
Expand All @@ -55,5 +56,5 @@
heat_protection = FEET|LEGS
cold_protection = FEET|LEGS
obj_flags = IMMUTABLE_SLOW
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
supports_variations_flags = CLOTHING_DIGITIGRADE_FILTER // NON-MODULE CHANGE
can_be_tied = FALSE

0 comments on commit 6e1b834

Please sign in to comment.