diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 0a6e826a5de..8d5e7ac3c18 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -1195,8 +1195,8 @@ update_clothing_icon() /obj/item/clothing/under/rank/Initialize(mapload) - . = ..() sensor_mode = pick(0,1,2,3) + . = ..() /obj/item/clothing/Destroy() STOP_PROCESSING(SSobj, src)