Skip to content

Commit

Permalink
shrivel
Browse files Browse the repository at this point in the history
  • Loading branch information
Imaginos16 committed Nov 5, 2023
1 parent 1a6cabc commit 896244b
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _maps/shuttles/independent/independent_beluga.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3504,7 +3504,7 @@
pixel_x = -28
},
/obj/item/clothing/under/rank/command/captain,
/obj/item/clothing/under/rank/command/lieutenant,
/obj/item/clothing/under/rank/command,
/obj/item/clothing/shoes/laceup,
/obj/item/clothing/shoes/cowboy/black,
/obj/item/clothing/suit/armor/vest/capcarapace/alt,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
new /obj/item/clothing/shoes/jackboots(src)
new /obj/item/clothing/head/beret/lt(src)
new /obj/item/clothing/head/beret/black(src)
new /obj/item/clothing/under/rank/command/lieutenant(src)
new /obj/item/clothing/under/rank/command/lieutenant/skirt(src)
new /obj/item/clothing/under/rank/command/lieutenant/nt(src)
new /obj/item/clothing/under/rank/command/lieutenant/nt/skirt(src)
new /obj/item/clothing/under/rank/command(src)
new /obj/item/clothing/under/rank/command/skirt(src)
new /obj/item/clothing/under/rank/command/nt(src)
new /obj/item/clothing/under/rank/command/nt/skirt(src)
2 changes: 1 addition & 1 deletion code/modules/clothing/outfits/standard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@

id = /obj/item/card/id/silver
head = /obj/item/clothing/head/beret/lt
uniform = /obj/item/clothing/under/rank/command/lieutenant
uniform = /obj/item/clothing/under/rank/command
alt_uniform = /obj/item/clothing/under/rank/command
suit = /obj/item/clothing/suit/toggle/lieutenant
alt_suit = /obj/item/clothing/suit/armor/lieutenant_trenchcoat
Expand Down
10 changes: 5 additions & 5 deletions code/modules/clothing/under/jobs/command.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/obj/item/clothing/under/rank/command/nt/skirt
desc = "A standard command jumpskirt."
name = "command jumpskirt"
icon_state = "cmd_skirt"
icon_state = "cmd_nt_skirt"
body_parts_covered = CHEST|GROIN|ARMS
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION

Expand Down Expand Up @@ -113,27 +113,27 @@

//Lieutenant

/obj/item/clothing/under/rank/command/lieutenant
/obj/item/clothing/under/rank/command
desc = "A standard command jumpsuit in the colours of the Lieutenant."
name = "\improper lieutenant jumpsuit"
icon_state = "lt"
can_adjust = FALSE

/obj/item/clothing/under/rank/command/lieutenant/skirt
/obj/item/clothing/under/rank/command/skirt
desc = "A command jumpskirt in the colours of the Lieutenant."
name = "\improper lieutenant jumpskirt"
icon_state = "lt_skirt"
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION

/obj/item/clothing/under/rank/command/lieutenant/nt
/obj/item/clothing/under/rank/command/nt
desc = "A standard command jumpsuit in the colours of the Lieutenant."
name = "\improper lieutenant blue jumpsuit"
icon_state = "lt_nt"
item_state = "b_suit"

/obj/item/clothing/under/rank/command/lieutenant/nt/skirt
/obj/item/clothing/under/rank/command/nt/skirt
desc = "A command jumpskirt in the colours of the Lieutenant."
name = "\improper lieutenant blue jumpskirt"
icon_state = "lt_nt_skirt"
Expand Down
Binary file modified icons/mob/clothing/head.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/suit.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/suits/armor.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/under/command.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits/armor.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/under/command.dmi
Binary file not shown.

0 comments on commit 896244b

Please sign in to comment.