diff --git a/code/modules/client/preference_setup/loadout/loadout_smoking.dm b/code/modules/client/preference_setup/loadout/loadout_smoking.dm index d25523312a..cee24884e9 100644 --- a/code/modules/client/preference_setup/loadout/loadout_smoking.dm +++ b/code/modules/client/preference_setup/loadout/loadout_smoking.dm @@ -41,6 +41,7 @@ display_name = "cigar" path = /obj/item/clothing/mask/smokable/cigarette/cigar +// Chomp Edit start /datum/gear/cigar_case display_name = "cigar case" path = /obj/item/weapon/storage/fancy/cigar @@ -52,6 +53,7 @@ var/obj/item/weapon/storage/fancy/cigar/cigar_brand = cigar cigars[initial(cigar_brand.name)] = cigar_brand gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cigars)) +// Chomp Edit end /datum/gear/cigarettes display_name = "cigarette selection"