From 2fa67638a10c339c6909674816377364cdec1317 Mon Sep 17 00:00:00 2001 From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:48:16 -0400 Subject: [PATCH] Added bulk cleanades crate (#38000) * added bulk cleanades crate, cargo requests need debugging? * fixed cargo request error --- Resources/Prototypes/Catalog/Cargo/cargo_service.yml | 10 ++++++++++ Resources/Prototypes/Catalog/Fills/Crates/service.yml | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_service.yml b/Resources/Prototypes/Catalog/Cargo/cargo_service.yml index e170f8c59d..08796199cb 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_service.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_service.yml @@ -8,6 +8,16 @@ category: cargoproduct-category-name-service group: market +- type: cargoProduct + id: ServiceCleanerGrenades + icon: + sprite: Objects/Weapons/Grenades/janitor.rsi + state: icon + product: CrateServiceCleanerGrenades + cost: 400 + category: cargoproduct-category-name-service + group: market + - type: cargoProduct id: ServiceLightsReplacement icon: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/service.yml b/Resources/Prototypes/Catalog/Fills/Crates/service.yml index ccf39b2893..c61247dea9 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/service.yml @@ -21,6 +21,17 @@ amount: 2 - id: BoxCleanerGrenades +- type: entity + id: CrateServiceCleanerGrenades + parent: CratePlastic + name: bulk cleanades crate + description: Contains two boxes of cleaner grenades, for those deeply-entrenched stains. + components: + - type: StorageFill + contents: + - id: BoxCleanerGrenades + amount: 2 + - type: entity id: CrateServiceReplacementLights parent: CrateGenericSteel -- 2.51.2