diff --git a/code/modules/vending/autodrobe.dm b/code/modules/vending/autodrobe.dm index e6096a582f1..794a18571fb 100644 --- a/code/modules/vending/autodrobe.dm +++ b/code/modules/vending/autodrobe.dm @@ -90,7 +90,7 @@ /obj/item/clothing/under/rank/civilian/clown/purple = 1, /obj/item/clothing/mask/gas/sexyclown = 1, /obj/item/clothing/under/rank/civilian/clown/sexy = 1, - /obj/item/clothing/head/beret = 3, + /obj/item/clothing/head/beret = 6, /obj/item/clothing/mask/gas/sexymime = 1, /obj/item/clothing/under/rank/civilian/mime/sexy = 1, /obj/item/clothing/under/rank/civilian/mime/skirt = 1, diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index cc5942089d0..fc17dbd1628 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -14,7 +14,7 @@ /obj/item/clothing/head/wig/natural = 4, /obj/item/clothing/head/costume/fancy = 4, /obj/item/clothing/head/beanie = 8, - /obj/item/clothing/head/beret = 5, + /obj/item/clothing/head/beret = 10, /obj/item/clothing/mask/bandana = 3, /obj/item/clothing/mask/bandana/striped = 3, /obj/item/clothing/mask/bandana/skull = 3,