diff --git a/monkestation/code/modules/blueshift/clothing/nova_cargo.dm b/monkestation/code/modules/blueshift/clothing/nova_cargo.dm index 65b1972f33ad..1cc3b3aea18b 100644 --- a/monkestation/code/modules/blueshift/clothing/nova_cargo.dm +++ b/monkestation/code/modules/blueshift/clothing/nova_cargo.dm @@ -19,7 +19,6 @@ name = "supply utility uniform" desc = "A utility uniform worn by employees of the Supply department." icon_state = "util_cargo" - can_adjust = FALSE /obj/item/clothing/under/rank/cargo/tech/nova/utility/syndicate armor_type = /datum/armor/clothing_under/utility_syndicate diff --git a/monkestation/code/modules/blueshift/clothing/nova_command.dm b/monkestation/code/modules/blueshift/clothing/nova_command.dm index 69cfe7abd0c6..79d60db3c608 100644 --- a/monkestation/code/modules/blueshift/clothing/nova_command.dm +++ b/monkestation/code/modules/blueshift/clothing/nova_command.dm @@ -63,7 +63,6 @@ name = "command utility uniform" desc = "A utility uniform worn by Station Command." icon_state = "util_com" - can_adjust = FALSE /obj/item/clothing/under/rank/captain/nova/utility/syndicate armor_type = /datum/armor/clothing_under/utility_syndicate diff --git a/monkestation/code/modules/blueshift/clothing/nova_engineering.dm b/monkestation/code/modules/blueshift/clothing/nova_engineering.dm index 7f8a86a5af26..7334765e20a3 100644 --- a/monkestation/code/modules/blueshift/clothing/nova_engineering.dm +++ b/monkestation/code/modules/blueshift/clothing/nova_engineering.dm @@ -21,7 +21,6 @@ name = "engineering utility uniform" desc = "A utility uniform worn by Engineering personnel." icon_state = "util_eng" - can_adjust = FALSE /obj/item/clothing/under/rank/engineering/engineer/nova/utility/syndicate armor_type = /datum/armor/clothing_under/utility_syndicate diff --git a/monkestation/code/modules/blueshift/clothing/nova_medical.dm b/monkestation/code/modules/blueshift/clothing/nova_medical.dm index c8a286a072ef..2acc74f62280 100644 --- a/monkestation/code/modules/blueshift/clothing/nova_medical.dm +++ b/monkestation/code/modules/blueshift/clothing/nova_medical.dm @@ -35,6 +35,7 @@ name = "medical utility uniform" desc = "A utility uniform worn by Medical doctors." icon_state = "util_med" + can_adjust = TRUE supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION /obj/item/clothing/under/rank/medical/doctor/nova/utility/syndicate diff --git a/monkestation/code/modules/blueshift/clothing/nova_misc.dm b/monkestation/code/modules/blueshift/clothing/nova_misc.dm index 41cd847c3ef5..c8b18cd8f0be 100644 --- a/monkestation/code/modules/blueshift/clothing/nova_misc.dm +++ b/monkestation/code/modules/blueshift/clothing/nova_misc.dm @@ -30,7 +30,7 @@ desc = "A utility uniform worn by civilian-ranked crew." icon_state = "utility" body_parts_covered = CHEST|ARMS|GROIN|LEGS - can_adjust = FALSE + can_adjust = TRUE /obj/item/clothing/under/misc/nova/utility/syndicate armor_type = /datum/armor/clothing_under/utility_syndicate diff --git a/monkestation/code/modules/blueshift/clothing/nova_science.dm b/monkestation/code/modules/blueshift/clothing/nova_science.dm index f0c18219b42c..a4e2ff7426d7 100644 --- a/monkestation/code/modules/blueshift/clothing/nova_science.dm +++ b/monkestation/code/modules/blueshift/clothing/nova_science.dm @@ -46,7 +46,6 @@ desc = "A utility uniform worn by NT-certified Science staff." icon_state = "util_sci" supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION - can_adjust = FALSE /obj/item/clothing/under/rank/rnd/scientist/nova/utility/syndicate desc = "A utility uniform worn by Science staff." diff --git a/monkestation/code/modules/blueshift/clothing/nova_security.dm b/monkestation/code/modules/blueshift/clothing/nova_security.dm index f2a4d1067b0e..66a885a84ed4 100644 --- a/monkestation/code/modules/blueshift/clothing/nova_security.dm +++ b/monkestation/code/modules/blueshift/clothing/nova_security.dm @@ -20,7 +20,6 @@ desc = "A utility uniform worn by Lopland-certified Security officers." icon_state = "util_sec" supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION - can_adjust = FALSE /obj/item/clothing/under/rank/security/nova/utility/redsec desc = "A utility uniform worn by trained Security officers." diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/cargo.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/cargo.dmi index 8d18e50d6233..ab360a859491 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/cargo.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/cargo.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/cargo_digi.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/cargo_digi.dmi index faceea6def32..8ab7ad1b6e96 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/cargo_digi.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/cargo_digi.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/command.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/command.dmi index 9688cb42e713..87989cddc261 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/command.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/command.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/command_digi.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/command_digi.dmi index f52dc48fcd78..85cf145386dd 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/command_digi.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/command_digi.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/engineering.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/engineering.dmi index 36b2920bbb2d..2bb60895c6b7 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/engineering.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/engineering.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/engineering_digi.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/engineering_digi.dmi index 068e92f2fad6..8989dc5ec89b 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/engineering_digi.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/engineering_digi.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/medical.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/medical.dmi index 16070f2d27b4..061d441074f8 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/medical.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/medical.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/medical_digi.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/medical_digi.dmi index 0b27b7e0d053..b4f8174bddb9 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/medical_digi.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/medical_digi.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/misc.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/misc.dmi index b6fbc6044578..4bd38ba9c4ea 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/misc.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/misc.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/misc_digi.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/misc_digi.dmi index 76fac7acc3cf..604b828f0bd0 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/misc_digi.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/misc_digi.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/rnd.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/rnd.dmi index dc52b5eec556..23bbd034fe51 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/rnd.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/rnd.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/rnd_digi.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/rnd_digi.dmi index a96624741e2c..76137ae413c1 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/rnd_digi.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/rnd_digi.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/security.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/security.dmi index 4dcfdfa4d67f..b5bf8821922a 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/security.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/security.dmi differ diff --git a/monkestation/code/modules/blueshift/icons/mob/clothing/under/security_digi.dmi b/monkestation/code/modules/blueshift/icons/mob/clothing/under/security_digi.dmi index 558007b1e213..56ad50021554 100644 Binary files a/monkestation/code/modules/blueshift/icons/mob/clothing/under/security_digi.dmi and b/monkestation/code/modules/blueshift/icons/mob/clothing/under/security_digi.dmi differ