diff --git a/code/modules/clothing/under/pants.dm b/code/modules/clothing/under/pants.dm index 0a1d3c49aba..92ce44bdac3 100644 --- a/code/modules/clothing/under/pants.dm +++ b/code/modules/clothing/under/pants.dm @@ -1,6 +1,7 @@ /obj/item/clothing/under/pants gender = PLURAL body_parts_covered = LOWER_TORSO|LEGS + displays_id = 0 /obj/item/clothing/under/pants/classicjeans name = "classic jeans" diff --git a/code/modules/clothing/under/shorts.dm b/code/modules/clothing/under/shorts.dm index f5280399838..76ff9f42d7a 100644 --- a/code/modules/clothing/under/shorts.dm +++ b/code/modules/clothing/under/shorts.dm @@ -3,6 +3,7 @@ desc = "95% Polyester, 5% Spandex!" gender = PLURAL body_parts_covered = LOWER_TORSO + displays_id = 0 /obj/item/clothing/under/shorts/red icon_state = "redshorts"