From ab00fe4e07017dd22c3f3d1c354494dd953ac603 Mon Sep 17 00:00:00 2001 From: Fury McFlurry Date: Thu, 31 Aug 2017 16:45:52 +0200 Subject: [PATCH] 0 to FALSE --- code/modules/clothing/under/miscellaneous.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 3a2dde762d7..391756a6510 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -701,7 +701,7 @@ item_color = "draculass" body_parts_covered = CHEST|GROIN|ARMS fitted = FEMALE_UNIFORM_TOP - can_adjust = 0 + can_adjust = FALSE /obj/item/clothing/under/drfreeze name = "doctor freeze's jumpsuit" @@ -709,7 +709,7 @@ icon_state = "drfreeze" item_state = "drfreeze" item_color = "drfreeze" - can_adjust = 0 + can_adjust = FALSE /obj/item/clothing/under/lobster name = "foam lobster suit" @@ -718,7 +718,7 @@ item_state = "lobster" item_color = "lobster" fitted = NO_FEMALE_UNIFORM - can_adjust = 0 + can_adjust = FALSE /obj/item/clothing/under/skeleton name = "skeleton jumpsuit"