From 5ff844412bd88b540e1726a5d2419511e091fc9d Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Thu, 18 Sep 2025 20:43:47 -0400 Subject: [PATCH] physically impossible cigar case (#11675) --- code/game/objects/items/weapons/storage/fancy_ch.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)