Skip to content

Commit

Permalink
Beret hotfix I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
CliffracerX committed Sep 20, 2024
1 parent b4888bc commit 322cfd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_doppler/modular_cosmetics/code/head/hats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
/obj/item/clothing/head/beret/medical/chemist
name = "chemist beret"
desc = "Not acid-proof!"
icon_state = "beret_badge"
greyscale_config = /datum/greyscale_config/beret_badge
greyscale_config_worn = /datum/greyscale_config/beret_badge/worn
greyscale_colors = "#FFFFFF#D15B1B"

/obj/item/clothing/head/beret/medical/virologist
name = "virologist beret"
desc = "Sneezing in this expensive hat would be a waste of a good beret."
icon_state = "beret_badge"
greyscale_config = /datum/greyscale_config/beret_badge
greyscale_config_worn = /datum/greyscale_config/beret_badge/worn
greyscale_colors = "#FFFFFF#198019"
Expand Down

0 comments on commit 322cfd9

Please sign in to comment.