Skip to content

Commit

Permalink
[BOUNTY] Alt-styles for utility jumpsuits (#3428)
Browse files Browse the repository at this point in the history
* Alt-styles for utility jumpsuits

* Why was it set to false when the parent is false to begin with
  • Loading branch information
SirNightKnight authored Sep 16, 2024
1 parent 8d50069 commit 57a1451
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 6 deletions.
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.

0 comments on commit 57a1451

Please sign in to comment.