diff --git a/code/game/objects/items/weapons/storage/fancy_ch.dm b/code/game/objects/items/weapons/storage/fancy_ch.dm index 9af71fa381..5990eb680e 100644 --- a/code/game/objects/items/weapons/storage/fancy_ch.dm +++ b/code/game/objects/items/weapons/storage/fancy_ch.dm @@ -1,7 +1,7 @@ /obj/item/storage/fancy/cigar/cohiba name = "cohiban cigar case" - starts_with = list(/obj/item/clothing/mask/smokable/cigarette/cigar/cohiba = 7) + starts_with = list(/obj/item/clothing/mask/smokable/cigarette/cigar/cohiba = 5) /obj/item/storage/fancy/cigar/havana name = "havanian cigar case" - starts_with = list(/obj/item/clothing/mask/smokable/cigarette/cigar/havana = 7) + starts_with = list(/obj/item/clothing/mask/smokable/cigarette/cigar/havana = 5)