From 8ef96bb755eb8036ff7673f0fd286727155da472 Mon Sep 17 00:00:00 2001 From: Sadboysuss <96586172+Sadboysuss@users.noreply.github.com> Date: Mon, 20 May 2024 08:00:23 +0300 Subject: [PATCH] [NO GBP] Fix jumpsuit quick toggle sensors (#83299) ## About The Pull Request I made an oopsie after a review and didn't test it ## Why It's Good For The Game bug fix ## Changelog :cl: fix: jumpsuit sensors quick maxing now works /:cl: --- code/modules/clothing/under/_under.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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