Skip to content

Commit

Permalink
Фикс фикса капитанской мантии
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekupich committed Sep 24, 2024
1 parent b5051c2 commit abeb790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/clothing/code/garment_bag.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/item/storage/bag/garment/captain/populate_contents()
. = ..()
new /obj/item/clothing/head/caphat/beret_black(src)
new /obj/item/clothing/suit/mantle/armor/captain_black(src)
new /obj/item/clothing/suit/mantle/armor/captain/black(src)

/obj/item/storage/bag/garment/head_of_security/populate_contents()
. = ..()
Expand Down

0 comments on commit abeb790

Please sign in to comment.