Skip to content

Commit

Permalink
add(clothing): tactical beret & cropped punk jacket
Browse files Browse the repository at this point in the history
PR ChaoticOnyx#10715
- Кастомки для IogaCool и Fox231 за Onyx Awards 2022.
  • Loading branch information
Animesku authored Oct 18, 2023
1 parent 97014d8 commit d096d3f
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/clothing/head/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@
desc = "For artists only!"
icon_state = "beret_classique"

//iogacool 's custom item
/obj/item/clothing/head/beret/sec/tactical
name = "tactical beret"
desc = "A green beret with an officer's rank emblem."
icon_state = "beret_tactical"

//Some retard put these in /under/jobs/security.dm. What a shame.
/obj/item/clothing/head/det
name = "fedora"
Expand Down
8 changes: 8 additions & 0 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,14 @@
siemens_coefficient = 0.7
initial_closed = TRUE

//fox231 's custom item
/obj/item/clothing/suit/storage/toggle/punk_jacket_RD/punk_jacket_RD_cropped
name = "cropped punk jacket"
desc = "A raven leather jacket but shortened in the belly area. Women's fashion!"
icon_state = "punk_jacket_RD_cropped"
icon_open = "punk_jacket_RD_open_cropped"
icon_closed = "punk_jacket_RD_cropped"

/obj/item/clothing/suit/storage/toggle/punk_jacket_TS
name = "brown punk jacket"
desc = "A brown leather jacket with Tunnel Snakes emblem on the back."
Expand Down
Binary file modified icons/inv_slots/hats/icon.dmi
Binary file not shown.
Binary file modified icons/inv_slots/hats/mob.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/icon.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob_fat.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob_slim.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob_slim_m.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob_slimalt.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.

0 comments on commit d096d3f

Please sign in to comment.