mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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 🆑 fix: jumpsuit sensors quick maxing now works /🆑
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
|
||||
/obj/item/clothing/under/CtrlClick(mob/user)
|
||||
. = ..()
|
||||
if(!.)
|
||||
if(.)
|
||||
return
|
||||
if(!can_toggle_sensors(user))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user