From 90c8d917420256ddfca9c64c3ec8be4f0e90d441 Mon Sep 17 00:00:00 2001 From: tralezab <40974010+tralezab@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:43:11 -0700 Subject: [PATCH] Gives more berets to the station (#74820) ## About The Pull Request Adds more berets to the vendors. ## Why It's Good For The Game ![image](https://user-images.githubusercontent.com/40974010/232664125-70890d3e-4a33-46ea-ba7b-4730cd6e6fca.png) Well if sinful declares there's a beret drought we gotta do something about it ## Changelog :cl: add: Added new berets to the vendor /:cl: --- code/modules/vending/autodrobe.dm | 2 +- code/modules/vending/clothesmate.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,