diff --git a/code/modules/clothing/under/_under.dm b/code/modules/clothing/under/_under.dm index 8b80a28dd4a..fd8512c3eb8 100644 --- a/code/modules/clothing/under/_under.dm +++ b/code/modules/clothing/under/_under.dm @@ -340,7 +340,7 @@ /obj/item/clothing/under/CtrlClick(mob/user) . = ..() - if(!.) + if(.) return if(!can_toggle_sensors(user)) return