From 0d3a012120f5de44085e06ef5e30195b7fb65ad2 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 30 Dec 2023 11:10:31 -0600 Subject: [PATCH] Adds ciggie suffixes (#23181) Co-authored-by: Jeff --- .../Objects/Consumable/Smokeables/Cigarettes/cigarette.yml | 1 + .../Objects/Consumable/Smokeables/Cigarettes/packs.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml index ab435f3645..659cbaa28a 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml @@ -26,6 +26,7 @@ id: SoakedCigarette parent: BaseCigar name: cigarette + suffix: Soaked description: A roll of tobacco and nicotine soaked in some chemical. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml index a566a0f01f..bc9079fb2d 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml @@ -197,6 +197,7 @@ id: CigPackMixedMedical parent: CigPackMixedBase name: Dan's soaked smokes + suffix: Medical description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. components: - type: Sprite @@ -224,6 +225,7 @@ id: CigPackMixed parent: CigPackMixedBase name: Dan's soaked smokes + suffix: Mixed description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. components: - type: Sprite @@ -257,6 +259,7 @@ id: CigPackMixedNasty parent: CigPackMixedBase name: Dan's soaked smokes + suffix: Nasty description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. components: - type: Sprite -- 2.51.2