From 2af1edf49c7d9c69841c1ac2cd39c78ac6dc8514 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Thu, 7 Aug 2025 05:49:16 -0400 Subject: [PATCH] Makes sensors respect prefs (#18185) --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)