Skip to content

Commit

Permalink
NCT Beret fixes (#27778)
Browse files Browse the repository at this point in the history
* the change

* black nct beret

* i forgor this change

---------

Co-authored-by: Bmon <[email protected]>
  • Loading branch information
Bm0n and Bmon authored Jan 6, 2025
1 parent 2fbb873 commit 7b91294
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/clothing/head/beret.dm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@

sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/head/beret.dmi',
"Drask" = 'icons/mob/clothing/species/drask/head/beret.dmi'
"Drask" = 'icons/mob/clothing/species/drask/head/beret.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/head/beret.dmi'
)

/obj/item/clothing/head/beret/nct/green
Expand All @@ -196,7 +197,8 @@

sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/head/beret.dmi',
"Drask" = 'icons/mob/clothing/species/drask/head/beret.dmi'
"Drask" = 'icons/mob/clothing/species/drask/head/beret.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/head/beret.dmi'
)

//Special Roles
Expand Down
Binary file modified icons/mob/clothing/head/beret.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/drask/head/beret.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/kidan/head/beret.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/vox/head/beret.dmi
Binary file not shown.

0 comments on commit 7b91294

Please sign in to comment.