From 7bd98b90754b38f745274d7657d735805ced2d84 Mon Sep 17 00:00:00 2001 From: DieselMohawk <173439801+DieselMohawk@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:37:31 -0600 Subject: [PATCH] Old Rollie Name Integration (#35544) --- Resources/Prototypes/Datasets/Names/rollie.yml | 4 ++-- .../Objects/Consumable/Smokeables/Cigarettes/joints.yml | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Datasets/Names/rollie.yml b/Resources/Prototypes/Datasets/Names/rollie.yml index b758fb13ac..34ab263861 100644 --- a/Resources/Prototypes/Datasets/Names/rollie.yml +++ b/Resources/Prototypes/Datasets/Names/rollie.yml @@ -4,7 +4,7 @@ - "bifta" - "bifter" - "bird" - - "blunt" + #- "blunt" Change: Blunts already exist, no need to make them roll, god forbid we get a joint called a blunt - "bloint" - "boof" - "boofer" @@ -22,7 +22,7 @@ - "hootie" - "jay" - "jimmy" - - "joint" + #- "joint" Change: Joints already exist, no need to make them roll, same reason as above but backwards - "juju" - "jeebie weebie" - "number" diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/joints.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/joints.yml index 9a0d96e89e..86a95e444b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/joints.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/joints.yml @@ -28,7 +28,9 @@ reagents: - ReagentId: THC Quantity: 20 - + - type: RandomMetadata + nameSegments: [names_rollie] + - type: entity id: JointRainbow parent: Joint @@ -87,6 +89,8 @@ reagents: - ReagentId: THC Quantity: 20 + - type: RandomMetadata + nameSegments: [names_rollie] - type: entity id: BluntRainbow -- 2.51.2