diff --git a/code/game/objects/items/weapons/cigs_lighters.dm b/code/game/objects/items/weapons/cigs_lighters.dm index 09b879b38b5..f308de84958 100644 --- a/code/game/objects/items/weapons/cigs_lighters.dm +++ b/code/game/objects/items/weapons/cigs_lighters.dm @@ -346,12 +346,12 @@ CIGARETTE PACKETS ARE IN FANCY.DM preloaded_reagents = list("nicotine" = 5, "mint" = 5) /obj/item/clothing/mask/smokable/cigarette/khi - name = "\improper Kitsuhana Singularity cigarette" + name = "\improper Hippie's Delight cigarette" icon_state = "khioff" icon_on = "khion" icon_off = "khioff" type_butt = /obj/item/trash/cigbutt/khi - preloaded_reagents = list("mindbreaker" = 5, "serotrotium" = 5, "impedrezene" = 5, "space_drugs" = 5) + preloaded_reagents = list("mindbreaker" = 3, "serotrotium" = 2, "space_drugs" = 5) /obj/item/clothing/mask/smokable/cigarette/comred name = "\improper ComRed light cigarette" diff --git a/code/game/objects/items/weapons/storage/fancy.dm b/code/game/objects/items/weapons/storage/fancy.dm index f2f9518dea0..8d20541885f 100644 --- a/code/game/objects/items/weapons/storage/fancy.dm +++ b/code/game/objects/items/weapons/storage/fancy.dm @@ -335,8 +335,8 @@ obj/item/storage/fancy/dogtreats/populate_contents() create_reagents(10 * storage_slots)//so people can inject cigarettes without opening a packet, now with being able to inject the whole one /obj/item/storage/fancy/cigarettes/khi - name = "\improper Kitsuhana Singularity packet" - desc = "A packet of six Kitsuhana Singularity cigarettes. A brand made by LSD abusers who overdosed one night and invented these smokes, still finds popularity among retards with no sense of quality. WARNING: Contains the kind of chemicals needed to enjoy this type of brand." + name = "\improper Hippie's Delight packet" + desc = "A packet of six Hippie's Delight cigarettes. A brand of cigarettes favorited by those whom live in Astrovans on public and private beaches everywhere. CAUTION: Contents may contain chemicals unsuitable for some people. Ride the wave, surf's up bro!" icon_state = "KhiCigPacket" item_state = "KhiCigPacket"