Makes sensors respect prefs (#18185)

This commit is contained in:
Cameron Lennox
2025-08-07 02:49:16 -07:00
committed by GitHub
parent 8b2c32e593
commit 2af1edf49c
+1 -1
View File
@@ -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)