Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BOUNTY] Alt-styles for utility jumpsuits #3428

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion monkestation/code/modules/blueshift/clothing/nova_cargo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion monkestation/code/modules/blueshift/clothing/nova_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading